From 8e7f66bc65abdaaab1c3c5bf33e649cdfff7ed5f Mon Sep 17 00:00:00 2001 From: Malcolm Hunter Date: Sun, 25 Aug 2002 12:56:45 +0000 Subject: [PATCH] CVS_SILENT Corrected typographical errors When replying, please CC me - I'm not subscribed svn path=/trunk/kdebase/kwin/; revision=173684 --- kcmkwin/kwindecoration/kwindecoration.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index 84d9d41dbe..7e318c33d0 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -86,9 +86,9 @@ KWinDecorationModule::KWinDecorationModule(QWidget* parent, const char* name, co i18n( "&Reverse the window title in BIDI desktops"), checkGroup ); QWhatsThis::add( cbReverseBIDIWindows, i18n("In BIDI enabled desktops, when you choose this option " - "it will reverse the window client accodring to the language. " - "If you prefear it to be showed the same as " - "in non-BIDI desktops leave it off.")); + "it will reverse the window client according to the language. " + "If you prefer it to be shown the same as " + "in non-BIDI desktops, leave it off.")); // Save this for later... // cbUseMiniWindows = new QCheckBox( i18n( "Render mini &titlebars for all windows"), checkGroup ); // QWhatsThis::add( cbUseMiniWindows, i18n( "Note that this option is not available on all styles yet!" ) );