diff options
| author | klm | 1998-05-01 15:08:50 +0000 |
|---|---|---|
| committer | klm | 1998-05-01 15:08:50 +0000 |
| commit | f052b5a110b54ad71dc229db001a48471e689400 (patch) | |
| tree | ff04523d43ad54047fd7c702ebec47310b4afe0c /modules/maillist.py | |
| parent | e13d6ef44b0b5922a57cd050e574f4eb7a536894 (diff) | |
| download | mailman-f052b5a110b54ad71dc229db001a48471e689400.tar.gz mailman-f052b5a110b54ad71dc229db001a48471e689400.tar.zst mailman-f052b5a110b54ad71dc229db001a48471e689400.zip | |
Whoops, a trivial after-checkin phrasing refinement.
Diffstat (limited to 'modules/maillist.py')
| -rw-r--r-- | modules/maillist.py | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
