Better wording.

svn path=/trunk/KDE/kdebase/workspace/; revision=1050310
This commit is contained in:
Lucas Murray 2009-11-17 07:23:40 +00:00
parent 00e131a1a5
commit aa63ad8d08

View file

@ -593,7 +593,7 @@ KAdvancedConfig::KAdvancedConfig (bool _standAlone, KConfig *_config, const KCom
connect(hideUtilityWindowsForInactive, SIGNAL(toggled(bool)), SLOT(changed()));
vLay->addWidget( hideUtilityWindowsForInactive, 1, 0, 1, 2 );
autogroupSimilarWindows = new QCheckBox( i18n( "Automatically group identical windows" ), this );
autogroupSimilarWindows = new QCheckBox( i18n( "Automatically group similar windows" ), this );
autogroupSimilarWindows->setWhatsThis(
i18n( "When turned on attempt to automatically detect when a newly opened window is related"
" to an existing one and place them in the same window group." ));