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