[gnome-control-center] mouse: Fix conflicting mnemonic



commit bcc1cc2a5ae3c5d30b6aa26fa1dea37b7263781f
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Tue Jan 29 01:21:06 2013 -0500

    mouse: Fix conflicting mnemonic
    
    'Test Your Settings' and 'Disable while typing' both were set to 't'
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692767

 panels/mouse/cc-mouse-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/mouse/cc-mouse-panel.c b/panels/mouse/cc-mouse-panel.c
index a3aabd9..2c5b1aa 100644
--- a/panels/mouse/cc-mouse-panel.c
+++ b/panels/mouse/cc-mouse-panel.c
@@ -120,7 +120,7 @@ cc_mouse_panel_constructed (GObject *object)
   /* Add test area toggle to shell header. */
   box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2);
 
-  button = gtk_toggle_button_new_with_mnemonic (_("_Test Your Settings"));
+  button = gtk_toggle_button_new_with_mnemonic (_("Test Your _Settings"));
   gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0);
   gtk_widget_set_visible (button, TRUE);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]