summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorAlexander Todorov <atodorov@redhat.com>2008-07-23 13:09:23 +0300
committerJeremy Katz <katzj@redhat.com>2008-07-23 09:11:54 -0400
commit6fdb8d18a853ac70c4b03791b2f057dd028d9d5d (patch)
treece35bc02a480be464540524b9a3fbd988c79b8aa /rescue.py
parent17277a8a4559b5e1bdc3d6666e6c0cfb1794c2fd (diff)
downloadanaconda-6fdb8d18a853ac70c4b03791b2f057dd028d9d5d.tar.gz
anaconda-6fdb8d18a853ac70c4b03791b2f057dd028d9d5d.tar.xz
anaconda-6fdb8d18a853ac70c4b03791b2f057dd028d9d5d.zip
A text message in rescue.py is not gettext-ized
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index 021c79f5e..3f77e75cc 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: