[Mailman-Developers] Small patch

Mikhail Sobolev mss@mawhrin.net
Wed, 6 Mar 2002 17:47:05 +0000


There are two same questions, but in one place there is a space at the
end, while in the other there is not.  I propose to remove the space in
the first case.

--
Misha

Index: admin.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Cgi/admin.py,v
retrieving revision 2.60
diff -u -b -r2.60 admin.py
--- admin.py	5 Mar 2002 04:57:51 -0000	2.60
+++ admin.py	6 Mar 2002 17:45:50 -0000
@@ -1053,7 +1053,7 @@
         ])
     table.AddRow([
         # td 1
-        Label(_('Send notifications to the list owner? ')),
+        Label(_('Send notifications to the list owner?')),
         # td 2
         RadioButton('send_notifications_to_list_owner', 0,
                     not mlist.admin_notify_mchanges).Format()