summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textw/constants_text.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/textw/constants_text.py b/textw/constants_text.py
index f5448338b..1561d5a6c 100644
--- a/textw/constants_text.py
+++ b/textw/constants_text.py
@@ -18,6 +18,8 @@
#
from constants import *
+import gettext
+_ = lambda x: gettext.ldgettext("anaconda", x)
INSTALL_OK = 0
INSTALL_BACK = -1