Fix shortcut

This commit is contained in:
Richard Kimberly Heck 2022-12-12 17:36:07 -05:00
parent 88f0a98b52
commit fdabd46e8e

View File

@ -2856,7 +2856,7 @@ void GuiView::openDocument(string const & fname, int origin)
from_utf8(filename));
int ret = Alert::prompt(_("File does not exist"),
msg, 0, 1,
_("&Create File"),
_("Create &File"),
_("&Cancel"));
if (ret == 1)
return;