commit 1b016f5f6710ebb02cce16f7c7213af1946b5b32
Author: Uwe Stöhr <[email protected]>
Date: Tue May 2 23:09:36 2017 +0200
GuiDocument.cpp: correct a name
No math numbering placement option means default. The default could be
already the left side for special document classes.
---
src/frontends/qt4/GuiDocument.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt4/GuiDocument.cpp
b/src/frontends/qt4/GuiDocument.cpp
index 807658a..744229f 100644
--- a/src/frontends/qt4/GuiDocument.cpp
+++ b/src/frontends/qt4/GuiDocument.cpp
@@ -1282,7 +1282,7 @@ GuiDocument::GuiDocument(GuiView & lv)
// initialize the length validator
bc().addCheckedLineEdit(mathsModule->MathIndentLE);
mathsModule->MathNumberingPosCO->addItem(qt_("Left"));
- mathsModule->MathNumberingPosCO->addItem(qt_("Right"));
+ mathsModule->MathNumberingPosCO->addItem(qt_("Default"));
mathsModule->MathNumberingPosCO->setCurrentIndex(2);