From 41ebc3fcfc1db43db70997cea0ab0d625df3550f Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Wed, 18 Jul 2018 22:02:50 +0200 Subject: [PATCH] Amend 30ec879, Add a translator as a fallback to Qt inner one Add the needed strings to GuiApplication.cpp --- src/frontends/qt4/GuiApplication.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index e04c392474..f009bfc2d2 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -689,6 +689,10 @@ public: _("Reconfigure"); _("Quit %1")); #endif + _("&OK"); + // Already in po: "Cancel", "&Cancel" + _("Apply"); // Already in po: "&Apply" + _("Reset"); // Already in po: "&Reset" "R&eset" "Rese&t" docstring s = getGuiMessages().getIfFound(sourceText); // This test should eventually be removed when translations are updated if (s.empty()) -- 2.39.2