]> git.lyx.org Git - features.git/commitdiff
* Document prefs: rename Format -> Output
authorPavel Sanda <sanda@lyx.org>
Tue, 9 May 2023 17:05:31 +0000 (19:05 +0200)
committerPavel Sanda <sanda@lyx.org>
Tue, 9 May 2023 17:05:31 +0000 (19:05 +0200)
src/frontends/qt/GuiDocument.cpp

index b72d17bffccbd1bb0aacc18c59984cf6302f5015..99bf93dbab189e5f5a49cc4dc4260e6ad86d7b5e 100644 (file)
@@ -1829,7 +1829,7 @@ GuiDocument::GuiDocument(GuiView & lv)
        docPS->addPanel(listingsModule, N_("Listings[[inset]]"));
        docPS->addPanel(bulletsModule, N_("Bullets"));
        docPS->addPanel(branchesModule, N_("Branches"));
-       docPS->addPanel(outputModule, N_("Formats[[output]]"));
+       docPS->addPanel(outputModule, N_("Output"));
        docPS->addPanel(preambleModule, N_("LaTeX Preamble"));
        docPS->setCurrentPanel("Document Class");
 }