[PATCH] A text message in rescue.py is not gettext-ized

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux