summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-06-05 14:57:42 -0400
committerChris Lumens <clumens@redhat.com>2008-06-05 14:57:42 -0400
commitfa00cae9b0557e3bb385e12db0a5a9de64f487f3 (patch)
treef21fef012f434956c05b75e6f09c80605cc991e5
parent3095c4f36f12ab4c127acc0818d5a0738779fac3 (diff)
downloadanaconda-fa00cae9b0557e3bb385e12db0a5a9de64f487f3.tar.gz
anaconda-fa00cae9b0557e3bb385e12db0a5a9de64f487f3.tar.xz
anaconda-fa00cae9b0557e3bb385e12db0a5a9de64f487f3.zip
Fix text mode button translations (#450176).
-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