Update of /cvsroot/mailman/mailman/Mailman
In directory usw-pr-cvs1:/tmp/cvs-serv25616
Modified Files:
HTMLFormatter.py
Log Message:
RestrictedListMessage(): Fixed a typo (missing open paren), and
converted to multiline strings for ease of translation.
Index: HTMLFormatter.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/HTMLFormatter.py,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** HTMLFormatter.py 2001/05/31 15:59:34 2.13
--- HTMLFormatter.py 2001/06/01 07:14:03 2.14
***************
*** 245,255 ****
def RestrictedListMessage(self, which, restriction):
if not restriction:
! return ""
elif restriction == 1:
return _(
! "<i>The %(which)s is only available to the list members.</i>)")
else:
! return _("<i>The %(which)s is only available to the list"
! " administrator.</i>")
def FormatRosterOptionForUser(self, lang):
--- 245,256 ----
def RestrictedListMessage(self, which, restriction):
if not restriction:
! return ''
elif restriction == 1:
return _(
! '''(<i>The %(which)s is only available to the list
! members.</i>)''')
else:
! return _('''(<i>The %(which)s is only available to the list
! administrator.</i>)''')
def FormatRosterOptionForUser(self, lang):
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins