try clarify the 'what's this' text associated to the extra size grip

svn path=/trunk/KDE/kdebase/workspace/; revision=1018654
This commit is contained in:
Hugo Pereira Da Costa 2009-09-02 02:26:30 +00:00
parent 88a559c23b
commit 1b76934880

View file

@ -193,9 +193,9 @@ namespace Nitrogen
gridLayout->addWidget( sizeGripMode = new QComboBox(advancedWidget), 2, 1, 1, 1 );
sizeGripMode->setObjectName(QString::fromUtf8("sizeGripMode"));
sizeGripMode->setWhatsThis(i18n(
"Size grip is a small triangular widget drawn in bottom-right corner of a window \n"
"which allows to resize the window. This option controls in which case the size grip \n"
"must be drawn."));
"The extra size grip is a small triangle shown in the bottom-right corner of a window \n"
"which allows to resize the window. This option controls in which case this size grip \n"
"is shown."));
sizeGripMode->insertItems(0, QStringList()
<< NitrogenConfiguration::sizeGripModeName( NitrogenConfiguration::SizeGripNever, true )
<< NitrogenConfiguration::sizeGripModeName( NitrogenConfiguration::SizeGripWhenNeeded, true )