From d76ee99c2e4d915a0b03c2cd4d103ed231a9f0c1 Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Tue, 21 Sep 2004 11:12:01 +0000 Subject: [PATCH] CVS_SILENT Corrected typos. svn path=/trunk/kdebase/kwin/; revision=348126 --- clients/default/config/config.cpp | 6 +++--- clients/quartz/config/config.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/default/config/config.cpp b/clients/default/config/config.cpp index c1401902e3..0a467eb255 100644 --- a/clients/default/config/config.cpp +++ b/clients/default/config/config.cpp @@ -40,13 +40,13 @@ KDEDefaultConfig::KDEDefaultConfig( KConfig* conf, QWidget* parent ) cbShowStipple = new QCheckBox( i18n("Draw titlebar &stipple effect"), gb ); QWhatsThis::add( cbShowStipple, i18n("When selected, active titlebars are drawn " - "with a stipple (dotted) effect. Otherwise, they are " + "with a stipple (dotted) effect; otherwise, they are " "drawn without the stipple.")); cbShowGrabBar = new QCheckBox( i18n("Draw g&rab bar below windows"), gb ); QWhatsThis::add( cbShowGrabBar, i18n("When selected, decorations are drawn with a \"grab bar\" " - "below windows. Otherwise, no grab bar is drawn.")); + "below windows; otherwise, no grab bar is drawn.")); // Only show the gradient checkbox for highcolor displays if (highcolor) @@ -54,7 +54,7 @@ KDEDefaultConfig::KDEDefaultConfig( KConfig* conf, QWidget* parent ) cbUseGradients = new QCheckBox( i18n("Draw &gradients"), gb ); QWhatsThis::add( cbUseGradients, i18n("When selected, decorations are drawn with gradients " - "for highcolor displays, otherwise no gradients are drawn.") ); + "for high-color displays; otherwise, no gradients are drawn.") ); } // Load configuration options diff --git a/clients/quartz/config/config.cpp b/clients/quartz/config/config.cpp index 3cc11a0830..9e10386acd 100644 --- a/clients/quartz/config/config.cpp +++ b/clients/quartz/config/config.cpp @@ -40,7 +40,7 @@ QuartzConfig::QuartzConfig( KConfig* conf, QWidget* parent ) i18n("Draw window frames using &titlebar colors"), gb ); QWhatsThis::add( cbColorBorder, i18n("When selected, the window decoration borders " - "are drawn using the titlebar colors. Otherwise, they are " + "are drawn using the titlebar colors; otherwise, they are " "drawn using normal border colors instead.") ); // Load configuration options load( conf );