Corrected typographical errors

svn path=/trunk/kdebase/kwin/; revision=147871
icc-effect-5.14.5
Malcolm Hunter 2002-04-08 12:39:58 +00:00
parent 4eafa82c45
commit 99a84826fe
1 changed files with 3 additions and 3 deletions

View File

@ -217,11 +217,11 @@ KFocusConfig::KFocusConfig (KConfig *_config, QWidget * parent, const char *name
" windows to the current desktop." );
QWhatsThis::add( traverseAll, wtstr );
rollOverDesktops = new QCheckBox( i18n("Desktops navigation wraps around"), kbdBox );
rollOverDesktops = new QCheckBox( i18n("Desktop navigation wraps around"), kbdBox );
kLay->addMultiCellWidget(rollOverDesktops, 3, 3, 0, 2);
wtstr = i18n( "Enable this option if you want that keyboard or electric border navigation beyond"
" an edge desktop brings you to the desktop at the opposite edge" );
wtstr = i18n( "Enable this option if you want keyboard or electric border navigation beyond"
" an edge desktop to bring you to the desktop at the opposite edge." );
QWhatsThis::add( rollOverDesktops, wtstr );
lay->addWidget(kbdBox);