[PATCH] Translate the "Quit" string at the end of liveinst.

David Shea dshea at redhat.com
Mon Sep 30 14:25:43 UTC 2013


---
 pyanaconda/ui/gui/hubs/progress.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/hubs/progress.py b/pyanaconda/ui/gui/hubs/progress.py
index e052ff6..79daeee 100644
--- a/pyanaconda/ui/gui/hubs/progress.py
+++ b/pyanaconda/ui/gui/hubs/progress.py
@@ -200,7 +200,7 @@ class ProgressHub(Hub):
             continueText.set_text(_("%s is now successfully installed on your system and ready "
                                     "for you to use!  When you are ready, reboot your system to start using it!"))
             continueText.set_line_wrap(True)
-            self.continueButton.set_label("_Quit")
+            self.continueButton.set_label(_("_Quit"))
 
         self._progressBar = self.builder.get_object("progressBar")
         self._progressLabel = self.builder.get_object("progressLabel")
-- 
1.8.3.1



More information about the anaconda-patches mailing list