From 4136ee80db8cf459674e03595e84f1919275afc6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 23 May 2009 05:30:01 +0000 Subject: [PATCH] GuiPrintNomencl: More descriptive UI. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29803 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiPrintNomencl.cpp | 4 ++-- src/frontends/qt4/ui/PrintNomenclUi.ui | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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". -- 2.39.2