/[smecontribs]/rpms/mailman/contribs10/mailman-2.1.12-newlist-ja.patch
ViewVC logotype

Annotation of /rpms/mailman/contribs10/mailman-2.1.12-newlist-ja.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon Feb 22 15:33:51 2021 UTC (3 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: HEAD
Initial import

1 brianr 1.1 diff --git a/bin/newlist b/bin/newlist
2     index 3a3fd95..1d72cd5 100755
3     --- a/bin/newlist
4     +++ b/bin/newlist
5     @@ -104,6 +104,7 @@ from Mailman import Message
6     from Mailman import i18n
7    
8     C_ = i18n.C_
9     +_ = i18n._
10    
11     PROGRAM = sys.argv[0]
12    
13     @@ -247,7 +248,7 @@ def main():
14     try:
15     msg = Message.UserNotification(
16     owner_mail, siteowner,
17     - C_('Your new mailing list: %(listname)s'),
18     + _('Your new mailing list: %(listname)s'),
19     text, mlist.preferred_language)
20     msg.send(mlist)
21     finally:

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed