]> git.lyx.org Git - features.git/commitdiff
Amend 30ec879, Add a translator as a fallback to Qt inner one
authorKornel Benko <kornel@lyx.org>
Wed, 18 Jul 2018 20:02:50 +0000 (22:02 +0200)
committerKornel Benko <kornel@lyx.org>
Wed, 18 Jul 2018 20:02:50 +0000 (22:02 +0200)
Add the needed strings to GuiApplication.cpp

src/frontends/qt4/GuiApplication.cpp

index e04c3924746381af59b5ee6931e851bc3a44c37c..f009bfc2d21f7fe704fb6cd0b9017a71b9212d0a 100644 (file)
@@ -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())