diff options
| author | bwarsaw | 1999-03-24 17:08:17 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-03-24 17:08:17 +0000 |
| commit | 20076ec40f3b34a425ed6a2c73937aa6511c105f (patch) | |
| tree | 8959c8e4308157085fcee3d3e6ab0da21aeced29 /Mailman/Cgi/admin.py | |
| parent | 40ab08e7a1ebbf10bd28b27400c200dfc2f66658 (diff) | |
| download | mailman-20076ec40f3b34a425ed6a2c73937aa6511c105f.tar.gz mailman-20076ec40f3b34a425ed6a2c73937aa6511c105f.tar.zst mailman-20076ec40f3b34a425ed6a2c73937aa6511c105f.zip | |
Diffstat (limited to 'Mailman/Cgi/admin.py')
| -rw-r--r-- | Mailman/Cgi/admin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py index 50044beaf..8ad045702 100644 --- a/Mailman/Cgi/admin.py +++ b/Mailman/Cgi/admin.py @@ -576,8 +576,8 @@ def FormatMembershipOptions(lst): container.AddItem(Center(user_table)) legend = UnorderedList() legend.AddItem('<b>subscr</b> -- Is the member subscribed?') - legend.AddItem('<b>hide</b> -- ' - "Is the member's address hidden from Web browsers?") + legend.AddItem("<b>hide</b> -- Is the member's address " + "concealed on the list of subscribers?") legend.AddItem('<b>nomail</b> -- Is delivery to the member disabled?') legend.AddItem('<b>ack</b> -- ' 'Does the member get acknowledgements of their posts?') |
