[PATCH 6/7] "Fix" the zSeries device filter "label"

David Shea dshea at redhat.com
Tue Oct 15 18:16:05 UTC 2013


No one's complained yet that the device filter entry for zSeries devices
is using glade's default content for GtkLabel, so capitalized it and
added a keyboard accelerator
---
 pyanaconda/ui/gui/spokes/filter.glade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/filter.glade b/pyanaconda/ui/gui/spokes/filter.glade
index efce5f8..5c07071 100644
--- a/pyanaconda/ui/gui/spokes/filter.glade
+++ b/pyanaconda/ui/gui/spokes/filter.glade
@@ -1282,7 +1282,7 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
                                     <property name="xalign">0</property>
-                                    <property name="label" translatable="yes">label</property>
+                                    <property name="label" translatable="yes">_Label</property>
                                     <property name="use_underline">True</property>
                                     <property name="mnemonic_widget">zFilterEntry</property>
                                   </object>
-- 
1.8.3.1



More information about the anaconda-patches mailing list