diff --git a/src/frontends/qt4/GuiPrintNomencl.cpp b/src/frontends/qt4/GuiPrintNomencl.cpp index a63866b703..ed90eede86 100644 --- a/src/frontends/qt4/GuiPrintNomencl.cpp +++ b/src/frontends/qt4/GuiPrintNomencl.cpp @@ -65,9 +65,9 @@ GuiPrintNomencl::GuiPrintNomencl(GuiView & lv) // initialize the length validator bc().addCheckedLineEdit(valueLE, valueLA); - setWidthCO->addItem(qt_("Predefined"), + setWidthCO->addItem(qt_("Default"), QVariant(toqstr("none"))); - setWidthCO->addItem(qt_("Auto-determined"), + setWidthCO->addItem(qt_("Longest label width"), QVariant(toqstr("auto"))); setWidthCO->addItem(qt_("Custom"), QVariant(toqstr("custom"))); diff --git a/src/frontends/qt4/ui/PrintNomenclUi.ui b/src/frontends/qt4/ui/PrintNomenclUi.ui index 6355c054b5..89b2d7360f 100644 --- a/src/frontends/qt4/ui/PrintNomenclUi.ui +++ b/src/frontends/qt4/ui/PrintNomenclUi.ui @@ -22,10 +22,10 @@ - Define the label width used for formatting the nomenclature list. + Define hanging indendation/label length for the nomenclature list. - &Longest Label: + &List Indendation: setWidthCO @@ -35,7 +35,7 @@ - Define the label width used for formatting the nomenclature list. + Define hanging indendation/label length for the nomenclature list. @@ -59,7 +59,7 @@ false - Custom value. "Longest Label" needs to be set to "Custom". + Custom value. "List Indendation" needs to be set to "Custom".