From c0b7743832798436d6bad3c33274ae4f087be208 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 16 Jun 2003 17:49:41 +0000 Subject: [PATCH] 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 --- kcmkwin/kwinoptions/windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwinoptions/windows.cpp b/kcmkwin/kwinoptions/windows.cpp index ddb8573a66..9dfe210604 100644 --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -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 );