[PATCH 3/5] Use _Cancel and _Continue mnemonics on these two screens.

Chris Lumens clumens at redhat.com
Thu Sep 18 19:10:34 UTC 2014


The buttons in question will not be visible at the same time as other labels
with the same mnemonic and therefore do not conflict.  These buttons, however,
ought to have the same mnemonic as others with the same label.
---
 pyanaconda/ui/gui/spokes/network.glade | 2 +-
 pyanaconda/ui/gui/spokes/storage.glade | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/network.glade b/pyanaconda/ui/gui/spokes/network.glade
index edbfe08..79658ca 100644
--- a/pyanaconda/ui/gui/spokes/network.glade
+++ b/pyanaconda/ui/gui/spokes/network.glade
@@ -692,7 +692,7 @@
                                         <property name="vexpand">True</property>
                                         <child>
                                           <object class="GtkButton" id="button_wired_options">
-                                            <property name="label" translatable="yes" context="GUI|Network|Wired">C_onfigure...</property>
+                                            <property name="label" translatable="yes" context="GUI|Network|Wired">_Configure...</property>
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="receives_default">True</property>
diff --git a/pyanaconda/ui/gui/spokes/storage.glade b/pyanaconda/ui/gui/spokes/storage.glade
index 37dfa44..f1f4881 100644
--- a/pyanaconda/ui/gui/spokes/storage.glade
+++ b/pyanaconda/ui/gui/spokes/storage.glade
@@ -24,7 +24,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="need_space_cancel_button">
-                <property name="label" translatable="yes" context="GUI|Storage|Need Space Dialog">Cancel &amp; _add more disks</property>
+                <property name="label" translatable="yes" context="GUI|Storage|Need Space Dialog">_Cancel &amp; add more disks</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-- 
1.9.3



More information about the anaconda-patches mailing list