--- 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")
On Mon, Sep 30, 2013 at 10:25:43AM -0400, David Shea wrote:
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
Ack
anaconda-patches@lists.fedorahosted.org