Amend 30ec879, Add a translator as a fallback to Qt inner one

Add the needed strings to GuiApplication.cpp
This commit is contained in:
Kornel Benko 2018-07-18 22:02:50 +02:00
parent 30ec879d3a
commit 41ebc3fcfc

View 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())