From fdabd46e8eac5ba856e19830265bdb61df7758e1 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Mon, 12 Dec 2022 17:36:07 -0500 Subject: [PATCH] Fix shortcut --- src/frontends/qt/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp index 3e91ffcc2c..73e26ef503 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; -- 2.39.5