From ba104f5e05bdb57357224b9c36fbe5edd5caf006 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 6 Jan 2016 20:50:34 +0300 Subject: window properties: changed accelerator key of "Unselect..." 'U' was already used in this dialog, so it didn't really work --- capplets/windows/mate-window-properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets') diff --git a/capplets/windows/mate-window-properties.c b/capplets/windows/mate-window-properties.c index a92b8b1b..a549dc48 100644 --- a/capplets/windows/mate-window-properties.c +++ b/capplets/windows/mate-window-properties.c @@ -436,7 +436,7 @@ main (int argc, char **argv) focus_mode_checkbutton = gtk_check_button_new_with_mnemonic (_("_Select windows when the mouse moves over them")); gtk_box_pack_start (GTK_BOX (vbox), focus_mode_checkbutton, FALSE, FALSE, 6); - focus_mode_mouse_checkbutton = gtk_check_button_new_with_mnemonic (_("_Unselect windows when the mouse leaves them")); + focus_mode_mouse_checkbutton = gtk_check_button_new_with_mnemonic (_("U_nselect windows when the mouse leaves them")); gtk_box_pack_start (GTK_BOX (hbox1), focus_mode_mouse_checkbutton, FALSE, FALSE, 6); gtk_box_pack_start (GTK_BOX (vbox1), hbox1, FALSE, FALSE, 6); -- cgit v1.2.1