From 09679cd44d6f7858216b15abbeb1133a5cf360d8 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 25 Oct 2007 15:51:06 +0000 Subject: [PATCH] labels --- src/qtgui/confgui/confguiindex.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/qtgui/confgui/confguiindex.cpp b/src/qtgui/confgui/confguiindex.cpp index 7f3e32f2..3875608d 100644 --- a/src/qtgui/confgui/confguiindex.cpp +++ b/src/qtgui/confgui/confguiindex.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: confguiindex.cpp,v 1.8 2007-10-19 14:31:40 dockes Exp $ (C) 2007 J.F.Dockes"; +static char rcsid[] = "@(#$Id: confguiindex.cpp,v 1.9 2007-10-25 15:51:06 dockes Exp $ (C) 2007 J.F.Dockes"; #endif #include @@ -142,7 +142,7 @@ ConfTopPanelW::ConfTopPanelW(QWidget *parent, ConfNull *config) ConfLink lnkskp(new ConfLinkRclRep(config, "skippedPaths")); ConfParamSLW *eskp = new - ConfParamSLW(this, lnkskp, tr("List of skipped paths"), + ConfParamSLW(this, lnkskp, tr("Skipped paths"), tr("These are names of directories which indexing " "will not enter.
May contain wildcards. " "Must match " @@ -160,7 +160,7 @@ ConfTopPanelW::ConfTopPanelW(QWidget *parent, ConfNull *config) } ConfLink lnkidxsl(new ConfLinkRclRep(config, "indexstemminglanguages")); ConfParamCSLW *eidxsl = new - ConfParamCSLW(this, lnkidxsl, tr("Index stemming languages"), + ConfParamCSLW(this, lnkidxsl, tr("Stemming languages"), tr("The languages for which stemming expansion
" "dictionaries will be built."), stemlangs); vboxLayout->addWidget(eidxsl); @@ -294,7 +294,7 @@ ConfSubPanelW::ConfSubPanelW(QWidget *parent, ConfNull *config) ConfLink lnkskn(new ConfLinkRclRep(config, "skippedNames", &m_sk)); ConfParamSLW *eskn = new ConfParamSLW(m_groupbox, lnkskn, - QObject::tr("List of skipped names"), + QObject::tr("Skipped names"), QObject::tr("These are patterns for file or directory " " names which should not be indexed.")); m_widgets.push_back(eskn);