[PATCH 3/5] Fix keyboard accelerator collisions from former stock buttons

David Shea dshea at redhat.com
Tue Mar 25 17:52:34 UTC 2014


---
 pyanaconda/ui/gui/spokes/filter.glade         | 4 ++--
 pyanaconda/ui/gui/spokes/lib/passphrase.glade | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/filter.glade b/pyanaconda/ui/gui/spokes/filter.glade
index cd6022d..24a41bb 100644
--- a/pyanaconda/ui/gui/spokes/filter.glade
+++ b/pyanaconda/ui/gui/spokes/filter.glade
@@ -555,7 +555,7 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
                                     <property name="xalign">0</property>
-                                    <property name="label" translatable="yes" context="GUI|Installation Destination|Filter|Multipath">_Filter By:</property>
+                                    <property name="label" translatable="yes" context="GUI|Installation Destination|Filter|Multipath">Filter _By:</property>
                                     <property name="use_underline">True</property>
                                     <property name="mnemonic_widget">multipathTypeCombo</property>
                                   </object>
@@ -908,7 +908,7 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
                                     <property name="xalign">0</property>
-                                    <property name="label" translatable="yes" context="GUI|Installation Destination|Filter|Other">_Filter By:</property>
+                                    <property name="label" translatable="yes" context="GUI|Installation Destination|Filter|Other">Filter _By:</property>
                                     <property name="use_underline">True</property>
                                     <property name="mnemonic_widget">multipathTypeCombo</property>
                                   </object>
diff --git a/pyanaconda/ui/gui/spokes/lib/passphrase.glade b/pyanaconda/ui/gui/spokes/lib/passphrase.glade
index 35cbf44..fe47afd 100644
--- a/pyanaconda/ui/gui/spokes/lib/passphrase.glade
+++ b/pyanaconda/ui/gui/spokes/lib/passphrase.glade
@@ -132,7 +132,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="xalign">0</property>
-                <property name="label" translatable="yes" context="GUI|Passphrase Dialog">_Confirm:</property>
+                <property name="label" translatable="yes" context="GUI|Passphrase Dialog">Con_firm:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">confirm_pw_entry</property>
               </object>
-- 
1.9.0



More information about the anaconda-patches mailing list