From a9e55070ccf0835427f225973c3a6f444dd6568f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 9 Jan 2010 20:33:06 -0200 Subject: [PATCH] Forgot the add the ngettext --- mitterlib/ui/ui_pygtk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mitterlib/ui/ui_pygtk.py b/mitterlib/ui/ui_pygtk.py index 1ad3c82..92b7241 100644 --- a/mitterlib/ui/ui_pygtk.py +++ b/mitterlib/ui/ui_pygtk.py @@ -47,6 +47,7 @@ URL_RE = re.compile(r'(https?://[^\s\n\r]+)', re.I) # ---------------------------------------------------------------------- t = gettext.translation('ui_pygtk', fallback=True) _ = t.gettext +N_ = t.ngettext # ---------------------------------------------------------------------- # String with the format to the message