]> git.lyx.org Git - features.git/commitdiff
Add Qt-internal string for translation
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 20 Mar 2019 17:37:34 +0000 (18:37 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:18 +0000 (15:48 +0200)
src/frontends/qt4/GuiApplication.cpp

index ea5241cdeb5c32e87fb9c3025d0176555e80b823..fdacceea515d9a6b0344a083d6c563ad479f0ee0 100644 (file)
@@ -689,6 +689,7 @@ public:
                // Already in po: "Cancel", "&Cancel"
                _("Apply"); // Already in po: "&Apply"
                _("Reset"); // Already in po: "&Reset" "R&eset" "Rese&t"
+               _("Open");
 
                docstring s = getGuiMessages().getIfFound(sourceText);
                // This test should eventually be removed when translations are updated