Update of /cvsroot/mailman/mailman/Mailman/Cgi
In directory usw-pr-cvs1:/tmp/cvs-serv9529

Modified Files:
        options.py 
Log Message:
main(): Fix some of the messages so the end with a period and a space,
otherwise status for multiple actions may run together.  Found by Fred
Drake.


Index: options.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Cgi/options.py,v
retrieving revision 2.30
retrieving revision 2.31
diff -C2 -d -r2.30 -r2.31
*** options.py  14 Mar 2002 19:39:03 -0000      2.30
--- options.py  22 Mar 2002 20:45:29 -0000      2.31
***************
*** 296,300 ****
          if set_address:
              # Register the pending change after the list is locked
!             msg = _('A confirmation message has been sent to %(newaddr)s')
              mlist.Lock()
              try:
--- 296,300 ----
          if set_address:
              # Register the pending change after the list is locked
!             msg = _('A confirmation message has been sent to %(newaddr)s. ')
              mlist.Lock()
              try:
***************
*** 318,322 ****
              finally:
                  mlist.Unlock()
!             msg += _('Member name successfully changed.')
  
          options_page(mlist, doc, user, cpuser, userlang, msg)
--- 318,322 ----
              finally:
                  mlist.Unlock()
!             msg += _('Member name successfully changed. ')
  
          options_page(mlist, doc, user, cpuser, userlang, msg)


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to