diff options
| author | bwarsaw | 2002-03-22 20:45:29 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-22 20:45:29 +0000 |
| commit | 121755f2405ccc4a84a71002548f14652034e8bc (patch) | |
| tree | a9f5130128d4b2ef873d2284053f598929d62437 /Mailman/Cgi/options.py | |
| parent | 77ec29f3fff66f660448d9fac5d99866467f3986 (diff) | |
| download | mailman-121755f2405ccc4a84a71002548f14652034e8bc.tar.gz mailman-121755f2405ccc4a84a71002548f14652034e8bc.tar.zst mailman-121755f2405ccc4a84a71002548f14652034e8bc.zip | |
Diffstat (limited to 'Mailman/Cgi/options.py')
| -rw-r--r-- | Mailman/Cgi/options.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Cgi/options.py b/Mailman/Cgi/options.py index 2427fc86d..ab26d406f 100644 --- a/Mailman/Cgi/options.py +++ b/Mailman/Cgi/options.py @@ -295,7 +295,7 @@ def main(): msg = '' if set_address: # Register the pending change after the list is locked - msg = _('A confirmation message has been sent to %(newaddr)s') + msg = _('A confirmation message has been sent to %(newaddr)s. ') mlist.Lock() try: try: @@ -317,7 +317,7 @@ def main(): mlist.Save() finally: mlist.Unlock() - msg += _('Member name successfully changed.') + msg += _('Member name successfully changed. ') options_page(mlist, doc, user, cpuser, userlang, msg) print doc.Format() |
