update main2.py
authorPeng Wu <alexepico@gmail.com>
Mon, 11 Jun 2012 04:59:08 +0000 (12:59 +0800)
committerPeng Wu <alexepico@gmail.com>
Mon, 11 Jun 2012 04:59:08 +0000 (12:59 +0800)
setup/main2.py

index cbbaba5..58f60a5 100644 (file)
@@ -33,7 +33,7 @@ from xdg import BaseDirectory
 
 import version
 
-_ = lambda a : gettext.dgettext("ibus-libpinyin", a)
+_ = lambda x : gettext.gettext(x)
 
 class PreferencesDialog:
     def __init__(self, engine):