[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] A text message in rescue.py is not gettext-ized
- From: Alexander Todorov <atodorov redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: [PATCH] A text message in rescue.py is not gettext-ized
- Date: Wed, 23 Jul 2008 13:09:23 +0300
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:
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]