Change the mnemonic of '_Open Read-Only' to 'Open _Read-Only'

This commit is contained in:
Robert Fewell 2020-11-29 10:33:26 +00:00
parent 979f6acf91
commit 5c7a2c4bd6

View File

@ -846,7 +846,7 @@ RESTART:
"%s", fmt2);
gtk_window_set_skip_taskbar_hint(GTK_WINDOW(dialog), FALSE);
gnc_gtk_dialog_add_button(dialog, _("_Open Read-Only"),
gnc_gtk_dialog_add_button(dialog, _("Open _Read-Only"),
"emblem-readonly", RESPONSE_READONLY);
gnc_gtk_dialog_add_button(dialog, _("Open with _No File"),
"document-new-symbolic", RESPONSE_NO_FILE);