diff options
| author | bwarsaw | 2002-11-19 00:38:46 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-11-19 00:38:46 +0000 |
| commit | 3520ab50fb6b3c05d8e1b110274e58d289fe3c7c (patch) | |
| tree | 0629305693c242bfeb52638a5334050be4c2ea18 | |
| parent | 65c75f77a4d3cd24614b72efd35891c3af46533e (diff) | |
| download | mailman-3520ab50fb6b3c05d8e1b110274e58d289fe3c7c.tar.gz mailman-3520ab50fb6b3c05d8e1b110274e58d289fe3c7c.tar.zst mailman-3520ab50fb6b3c05d8e1b110274e58d289fe3c7c.zip | |
GetConfigInfo(): "addrs" -> "addresses" in the obscure_addresses
description. This will require catalog updates. Patch #605146 by Jon
Parise.
| -rw-r--r-- | Mailman/Gui/Privacy.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 6e2e852d1..7ef503752 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -138,8 +138,8 @@ class Privacy(GUIBase): admin password authentication.''')), ('obscure_addresses', mm_cfg.Radio, (_('No'), _('Yes')), 0, - _("""Show member addrs so they're not directly recognizable as - email addrs?"""), + _("""Show member addresses so they're not directly recognizable + as email addresses?"""), _("""Setting this option causes member email addresses to be transformed when they are presented on list web pages (both in text and as links), so they're not trivially recognizable as |
