A text message in rescue.py is not gettext-ized
diff --git a/rescue.py b/rescue.py
index 00fd8b8..1ef96d8 100644
--- a/rescue.py
+++ b/rescue.py
@@ -198,7 +198,7 @@ def runShell(screen = None, msg=""):
if os.path.exists("/bin/sh"):
iutil.execConsole()
else:
- print "Unable to find /bin/sh to execute! Not starting shell"
+ print _("Unable to find /bin/sh to execute! Not starting shell")
time.sleep(5)
if screen:
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|