aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui
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
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')
-rw-r--r--Mailman/Gui/ContentFilter.py2
-rw-r--r--Mailman/Gui/General.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Gui/ContentFilter.py b/Mailman/Gui/ContentFilter.py
index a2fad54b..9043fe89 100644
--- a/Mailman/Gui/ContentFilter.py
+++ b/Mailman/Gui/ContentFilter.py
@@ -127,7 +127,7 @@ class ContentFilter(GUIBase):
_("""Action to take when a message matches the content filtering
rules."""),
- _("""One of these actions is take when the message matches one of
+ _("""One of these actions is taken when the message matches one of
the content filtering rules, meaning, the top-level
content type matches one of the <a
href="?VARHELP=contentfilter/filter_mime_types"
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)
""")),