areguera / rpms / mailman

Forked from rpms/mailman 4 years ago
Clone

Blame SOURCES/mailman-2.1.12-newlist-ja.patch

7812c9
diff --git a/bin/newlist b/bin/newlist
7812c9
index 3a3fd95..1d72cd5 100755
7812c9
--- a/bin/newlist
7812c9
+++ b/bin/newlist
7812c9
@@ -247,7 +248,7 @@ def main():
7812c9
         try:
7812c9
             msg = Message.UserNotification(
7812c9
                 owner_mail, siteowner,
7812c9
-                C_('Your new mailing list: %(listname)s'),
7812c9
+                _('Your new mailing list: %(listname)s'),
7812c9
                 text, mlist.preferred_language)
7812c9
             msg.send(mlist)
7812c9
         finally: