From a29ada6555fc657590df151a6c9d5b088ad14693 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Wed, 20 Mar 2019 18:37:34 +0100 Subject: [PATCH] Add Qt-internal string for translation --- src/frontends/qt4/GuiApplication.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5