summaryrefslogtreecommitdiffstats
path: root/textw/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/constants.py')
-rw-r--r--textw/constants.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/textw/constants.py b/textw/constants.py
index 2b7c1c94f..0b577ff0d 100644
--- a/textw/constants.py
+++ b/textw/constants.py
@@ -1,10 +1,10 @@
import gettext
-
+from text import _
INSTALL_OK = 0
INSTALL_BACK = -1
INSTALL_NOOP = -2
-cat = gettext.Catalog ("anaconda", "/usr/share/locale")
-_ = cat.gettext
+#cat = gettext.Catalog ("anaconda", "/usr/share/locale")
+#_ = cat.gettext
basicButtons = ((_("Ok"), "ok"), (_("Back"), "back"))