aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui/General.py
diff options
context:
space:
mode:
authortkikuchi <>2006-03-23 10:52:06 +0000
committertkikuchi <>2006-03-23 10:52:06 +0000
commit109d108e290bf33d4edb55cfe950ddaa3b508095 (patch)
tree7e6daa54d0bab474a45b4a3c3f8bac2f2343954e /Mailman/Gui/General.py
parentc2bf2202380d76f8062dbafbb12da9d3fa046fd7 (diff)
downloadmailman2-109d108e290bf33d4edb55cfe950ddaa3b508095.tar.gz
mailman2-109d108e290bf33d4edb55cfe950ddaa3b508095.tar.xz
mailman2-109d108e290bf33d4edb55cfe950ddaa3b508095.zip
SF Bug ID 1453049 from Clytie. Only easiest fixes are done because we should
care all the .po files in language directories. More fixes should be done in mailman-2.2.
Diffstat (limited to 'Mailman/Gui/General.py')
-rw-r--r--Mailman/Gui/General.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py
index 779237c6..487e7e0d 100644
--- a/Mailman/Gui/General.py
+++ b/Mailman/Gui/General.py
@@ -141,11 +141,11 @@ class General(GUIBase):
('subject_prefix', mm_cfg.String, WIDTH, 0,
_('Prefix for subject line of list postings.'),
_("""This text will be prepended to subject lines of messages
- posted to the list, to distinguish mailing list messages in in
+ posted to the list, to distinguish mailing list messages in
mailbox summaries. Brevity is premium here, it's ok to shorten
long mailing list names to something more concise, as long as it
still identifies the mailing list.
- You can also add a sequencial number by %%d substitution
+ You can also add a sequential number by %%d substitution
directive. eg.; [listname %%d] -> [listname 123]
(listname %%05d) -> (listname 00123)
""")),