From: Kornel Benko Date: Wed, 18 Jul 2018 20:02:50 +0000 (+0200) Subject: Amend 30ec879, Add a translator as a fallback to Qt inner one X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3284 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=41ebc3fcfc1db43db70997cea0ab0d625df3550f;p=features.git Amend 30ec879, Add a translator as a fallback to Qt inner one Add the needed strings to GuiApplication.cpp --- 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())