aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman')
-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)
""")),