Better wording.
svn path=/trunk/KDE/kdebase/workspace/; revision=1050310
This commit is contained in:
parent
00e131a1a5
commit
aa63ad8d08
1 changed files with 1 additions and 1 deletions
|
@ -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." ));
|
||||
|
|
Loading…
Reference in a new issue