[PATCH 1/4] Remove idiomatic, hard to translate text (#865598).

Chris Lumens clumens at redhat.com
Fri Dec 14 18:38:35 UTC 2012


---
 pyanaconda/ui/gui/spokes/storage.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
index 6bd71ec..ae7b419 100644
--- a/pyanaconda/ui/gui/spokes/storage.py
+++ b/pyanaconda/ui/gui/spokes/storage.py
@@ -150,8 +150,7 @@ class InstallOptions1Dialog(GUIObject):
 
         options_text = (_("You have plenty of space to install <b>%s</b>, so "
                           "we can automatically\n"
-                          "configure the rest of the installation for you.\n\n"
-                          "You're all set!")
+                          "configure the rest of the installation for you.")
                         % productName)
         options_label.set_markup(options_text)
 
-- 
1.7.11.2



More information about the anaconda-patches mailing list