[PATCH 1/4] Tweak the final progress messages to fit on the screen a little better (#1058463).

Chris Lumens clumens at redhat.com
Thu Jan 30 20:20:28 UTC 2014


Right align them, shorten a little bit, and break them into two lines for two
sentences.
---
 pyanaconda/ui/gui/hubs/progress.glade | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/ui/gui/hubs/progress.glade b/pyanaconda/ui/gui/hubs/progress.glade
index 46bad85..cd39e4c 100644
--- a/pyanaconda/ui/gui/hubs/progress.glade
+++ b/pyanaconda/ui/gui/hubs/progress.glade
@@ -129,7 +129,9 @@
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="halign">end</property>
-                                <property name="label" translatable="yes">%s is now successfully installed on your system, but some configuration still needs to be done.  Finish it and then click the Finish configuration button please.</property>
+                                <property name="label" translatable="yes">%s is now successfully installed, but some configuration still needs to be done.
+Finish it and then click the Finish configuration button please.</property>
+                                <property name="justify">right</property>
                                 <property name="wrap">True</property>
                               </object>
                               <packing>
@@ -181,7 +183,9 @@
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="halign">end</property>
-                                <property name="label" translatable="yes">%s is now successfully installed on your system and ready for you to use!  Go ahead and reboot to start using it!</property>
+                                <property name="label" translatable="yes">%s is now successfully installed  and ready for you to use!
+Go ahead and reboot to start using it!</property>
+                                <property name="justify">right</property>
                                 <property name="wrap">True</property>
                               </object>
                               <packing>
-- 
1.8.3.1



More information about the anaconda-patches mailing list