[LyX/master] Fix shortcut
Richard Kimberly Heck
rikiheck at lyx.org
Mon Dec 12 21:39:57 UTC 2022
commit fdabd46e8eac5ba856e19830265bdb61df7758e1
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date: Mon Dec 12 17:36:07 2022 -0500
Fix shortcut
---
src/frontends/qt/GuiView.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp
index 3e91ffc..73e26ef 100644
--- a/src/frontends/qt/GuiView.cpp
+++ b/src/frontends/qt/GuiView.cpp
@@ -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;
More information about the lyx-cvs
mailing list