summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/MailList.py4
-rw-r--r--modules/maillist.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index e46963bf3..0f7bfe6d1 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -1,6 +1,6 @@
"The class representing a mailman maillist. Mixes in many feature classes."
-__version__ = "$Revision: 502 $"
+__version__ = "$Revision: 503 $"
try:
import mm_cfg
@@ -174,7 +174,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
'The public name of this list',
"The capitalization of this name can be changed to make it"
- " presentable in polite company as a noun, or to make an"
+ " presentable in polite company as a proper noun, or to make an"
" acronym part all upper case, etc. However, the name"
" will be advertised as the email address (e.g., in subscribe"
" confirmation notices), so it should <em>not</em> be otherwise"
diff --git a/modules/maillist.py b/modules/maillist.py
index e46963bf3..0f7bfe6d1 100644
--- a/modules/maillist.py
+++ b/modules/maillist.py
@@ -1,6 +1,6 @@
"The class representing a mailman maillist. Mixes in many feature classes."
-__version__ = "$Revision: 502 $"
+__version__ = "$Revision: 503 $"
try:
import mm_cfg
@@ -174,7 +174,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
'The public name of this list',
"The capitalization of this name can be changed to make it"
- " presentable in polite company as a noun, or to make an"
+ " presentable in polite company as a proper noun, or to make an"
" acronym part all upper case, etc. However, the name"
" will be advertised as the email address (e.g., in subscribe"
" confirmation notices), so it should <em>not</em> be otherwise"