diff options
| author | J08nY | 2017-06-22 15:49:20 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-22 15:49:20 +0200 |
| commit | 50df74e60b5f67b18470133efd68629d7667d0b0 (patch) | |
| tree | 54977e38717dd28573c402f66d23068224e9f073 /src/mailman_pgp/chains/default.py | |
| parent | 6f513b5b8dd6229b4ebc84911c1cd0d42f1701e2 (diff) | |
| download | mailman-pgp-50df74e60b5f67b18470133efd68629d7667d0b0.tar.gz mailman-pgp-50df74e60b5f67b18470133efd68629d7667d0b0.tar.zst mailman-pgp-50df74e60b5f67b18470133efd68629d7667d0b0.zip | |
Diffstat (limited to 'src/mailman_pgp/chains/default.py')
| -rw-r--r-- | src/mailman_pgp/chains/default.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mailman_pgp/chains/default.py b/src/mailman_pgp/chains/default.py index 27ee190..e55e0d3 100644 --- a/src/mailman_pgp/chains/default.py +++ b/src/mailman_pgp/chains/default.py @@ -25,11 +25,11 @@ from zope.interface import implementer @public @implementer(IChain) -class EncryptedChain: - """Default encrypted chain.""" +class PGPChain: + """Default PGP chain.""" - name = 'encrypted-posting-chain' - description = _('The encrypted moderation chain.') + name = 'pgp-posting-chain' + description = _('The PGP enabled moderation chain.') _link_descriptions = ( ('signature', LinkAction.jump, 'moderation'), |
