[PATCH] Changed the keyboard accelerator for iscsi "Retry Log In"

David Shea dshea at redhat.com
Mon Sep 23 18:02:23 UTC 2013


check_accelerators was actually right about this one: retryLoginButton
can appear at the same time as the "_Reverse CHAP Username" input.
Changed the Log In button to use L instead of R and removed the
check_accelerators exception.
---
 pyanaconda/ui/gui/spokes/advstorage/iscsi.glade | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/advstorage/iscsi.glade b/pyanaconda/ui/gui/spokes/advstorage/iscsi.glade
index 208122a..d1597d3 100644
--- a/pyanaconda/ui/gui/spokes/advstorage/iscsi.glade
+++ b/pyanaconda/ui/gui/spokes/advstorage/iscsi.glade
@@ -1161,8 +1161,7 @@
                                 </child>
                                 <child>
                                   <object class="GtkButton" id="retryLoginButton">
-                                    <!-- check_accelerators: not visible at same time as label19 -->
-                                    <property name="label" translatable="yes">_Retry Log In</property>
+                                    <property name="label" translatable="yes">Retry _Log In</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-- 
1.8.3.1



More information about the anaconda-patches mailing list