GNOME Bugzilla – Bug 707212
Mnemonics conflict in delete-confirmation dialog.
Last modified: 2013-09-01 10:38:50 UTC
Created attachment 253739 [details] Screenshot showing this bug In the delete-confirmation dialog, the message of the checkbox ("_Do not ask...") and that of the delete button ("_Delete") have "D" as its mnemonic in common. Refer to the attached screenshot. They should be different from each other.
Created attachment 253740 [details] [review] Change mnemonic to avoid confliction I changed "Do not ask..." to use "N". The message exists at two parts. Although the latter may not need to be changed, I believe that they should be the same message.
Nice catch! I took the chance and stripped both dialogs of their GtkStock usage, to make it clearer which widget uses which mnemonic. commit 0ffced37f62338300b5ede4ed0a678fadb5d0294 Author: Jiro Matsuzawa < Date: Sun Sep 1 18:27:48 2013 +0900 Change mnemonic to avoid confliction https://bugzilla.gnome.org/show_bug.cgi?id=707212 --- This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.