mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* Document prefs: rename Format -> Output
This commit is contained in:
parent
bf46fc7449
commit
20b45cf028
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user