Change the mnemonic of '_Open with No File' to 'Open with _No File' to fix conflict.

This commit is contained in:
Robert Fewell 2020-11-28 15:22:48 +00:00
parent 161ab691d6
commit 979f6acf91

View File

@ -848,7 +848,7 @@ RESTART:
gnc_gtk_dialog_add_button(dialog, _("_Open Read-Only"),
"emblem-readonly", RESPONSE_READONLY);
gnc_gtk_dialog_add_button(dialog, _("_Open with No File"),
gnc_gtk_dialog_add_button(dialog, _("Open with _No File"),
"document-new-symbolic", RESPONSE_NO_FILE);
gnc_gtk_dialog_add_button(dialog, _("Open _Anyway"),
"document-open-symbolic", RESPONSE_OPEN);