s/electric border/active desktop border/g
"Fixes" BR#59854 (so many BRs at bugs.kde.org are truly trivial these days) svn path=/trunk/kdebase/kwin/; revision=231826
This commit is contained in:
parent
41f35632d2
commit
c0b7743832
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ KFocusConfig::KFocusConfig (bool _standAlone, KConfig *_config, QWidget * parent
|
|||
rollOverDesktops = new QCheckBox( i18n("Desktop navi&gation wraps around"), kbdBox );
|
||||
kLay->addMultiCellWidget(rollOverDesktops, 3, 3, 0, 2);
|
||||
|
||||
wtstr = i18n( "Enable this option if you want keyboard or electric border navigation beyond"
|
||||
wtstr = i18n( "Enable this option if you want keyboard or active desktop border navigation beyond"
|
||||
" an edge desktop to bring you to the desktop at the opposite edge." );
|
||||
QWhatsThis::add( rollOverDesktops, wtstr );
|
||||
|
||||
|
|
Loading…
Reference in a new issue