[PATCH 1/4] Split long label's string into two lines

Vratislav Podzimek vpodzime at redhat.com
Thu Apr 10 20:24:55 UTC 2014


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/ui/gui/spokes/lib/accordion.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/lib/accordion.py b/pyanaconda/ui/gui/spokes/lib/accordion.py
index 4012281..4b346b8 100644
--- a/pyanaconda/ui/gui/spokes/lib/accordion.py
+++ b/pyanaconda/ui/gui/spokes/lib/accordion.py
@@ -317,7 +317,8 @@ class CreateNewPage(Page):
             dot = Gtk.Label(label="•", xalign=0.5, yalign=0, hexpand=False)
             self._createBox.attach(dot, 0, 3, 1, 1)
 
-            label = Gtk.Label(label=_("Or, assign new mount points to existing partitions after selecting them below."),
+            label = Gtk.Label(label=_("Or, assign new mount points to existing "
+                                      "partitions after selecting them below."),
                               xalign=0, yalign=0.5, hexpand=True, wrap=True)
             self._createBox.attach(label, 1, 3, 1, 1)
 
-- 
1.9.0



More information about the anaconda-patches mailing list