[yum-commits] Branch 'yum-3_2_X' - yum/i18n.py

Tim Lauridsen timlau at osuosl.org
Mon Apr 6 09:44:11 UTC 2009


 yum/i18n.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ffc98d808efb7d7dd42c572a2180b93058f10556
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Mon Apr 6 11:44:02 2009 +0200

    Make translations work again

diff --git a/yum/i18n.py b/yum/i18n.py
index 24c9825..e8ab4ac 100755
--- a/yum/i18n.py
+++ b/yum/i18n.py
@@ -460,7 +460,7 @@ try:
     import gettext
     t = gettext.translation('yum', fallback=True)
     _ = t.ugettext
-    P_ = t.nugettext
+    P_ = t.ungettext
 except:
     '''
     Something went wrong so we make a dummy _() wrapper there is just


More information about the Yum-commits mailing list