diff options
author | Alexander Todorov <atodorov@redhat.com> | 2008-07-23 13:09:23 +0300 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2008-07-23 09:11:54 -0400 |
commit | 6fdb8d18a853ac70c4b03791b2f057dd028d9d5d (patch) | |
tree | ce35bc02a480be464540524b9a3fbd988c79b8aa /rescue.py | |
parent | 17277a8a4559b5e1bdc3d6666e6c0cfb1794c2fd (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |