]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/Dialogs.C
replace "Notation Entry" by "Glossary Entry" and "Notation List" by "Glossary"
[features.git] / src / frontends / qt4 / Dialogs.C
index 9dc0d5b2832ea442b962e4895fcb02f95045419c..df2e5b0d6fa8b64b4de401abf9ba5cbbd14451aa 100644 (file)
@@ -222,7 +222,7 @@ Dialogs::DialogPtr Dialogs::build(string const & name)
                dialog->bc().bp(new NoRepeatedApplyReadOnlyPolicy);
        } else if (name == "nomenclature") {
                dialog->setController(new ControlCommand(*dialog, name, name));
-               dialog->setView(new QNomencl(*dialog, _("Notation Entry")));
+               dialog->setView(new QNomencl(*dialog, _("Glossary Entry")));
                dialog->bc().bp(new NoRepeatedApplyReadOnlyPolicy);
        } else if (name == "label") {
                dialog->setController(new ControlCommand(*dialog, name, name));