From: Juergen Spitzmueller Date: Wed, 20 Mar 2019 17:37:34 +0000 (+0100) Subject: Add Qt-internal string for translation X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a29ada6555fc657590df151a6c9d5b088ad14693;p=features.git Add Qt-internal string for translation --- diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index ea5241cdeb..fdacceea51 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -689,6 +689,7 @@ public: // Already in po: "Cancel", "&Cancel" _("Apply"); // Already in po: "&Apply" _("Reset"); // Already in po: "&Reset" "R&eset" "Rese&t" + _("Open"); docstring s = getGuiMessages().getIfFound(sourceText); // This test should eventually be removed when translations are updated