diff options
author | Mark Sapiro <msapiro@value.net> | 2010-09-10 15:17:01 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2010-09-10 15:17:01 -0700 |
commit | d3b2c76a1adf689cf8ea231fbc7d960e1286256b (patch) | |
tree | 835fd401103d455a6870bfeb62488c23c6e1bbde /Mailman/Gui/NonDigest.py | |
parent | 7ad92f7ca2ce0d52f48f294fd6c83c6029f0c77f (diff) | |
download | mailman2-d3b2c76a1adf689cf8ea231fbc7d960e1286256b.tar.gz mailman2-d3b2c76a1adf689cf8ea231fbc7d960e1286256b.tar.xz mailman2-d3b2c76a1adf689cf8ea231fbc7d960e1286256b.zip |
Made minor wording improvements and typo corrections in some messages.
Bug #426979.
Diffstat (limited to '')
-rw-r--r-- | Mailman/Gui/NonDigest.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mailman/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py index d1d0d232..9af4a2be 100644 --- a/Mailman/Gui/NonDigest.py +++ b/Mailman/Gui/NonDigest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2010 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -82,7 +82,7 @@ class NonDigest(GUIBase): address. <p>When personalization is enabled, a few more expansion - variables that can be included in the <a + variables can be included in the <a href="?VARHELP=nondigest/msg_header">message header</a> and <a href="?VARHELP=nondigest/msg_footer">message footer</a>. @@ -139,10 +139,10 @@ and footers: info.extend([ ('scrub_nondigest', mm_cfg.Toggle, (_('No'), _('Yes')), 0, _('Scrub attachments of regular delivery message?'), - _('''When you scrub attachments, they are stored in archive + _('''When you scrub attachments, they are stored in the archive area and links are made in the message so that the member can - access via web browser. If you want the attachments totally - disappear, you can use content filter options.''')), + access them via a web browser. If you want the attachments to + totally disappear, you can use content filtering options.''')), ]) info.extend([ |