From bcbd5ab29cba30df858c0319b2ff74615c6c2a90 Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Mon, 17 Jan 2005 12:54:08 +0000 Subject: [PATCH] CVS_SILENT Corrected typo. svn path=/trunk/kdebase/kwin/; revision=379395 --- clients/quartz/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/quartz/config/config.cpp b/clients/quartz/config/config.cpp index f3eb9d291d..8c7070b9d0 100644 --- a/clients/quartz/config/config.cpp +++ b/clients/quartz/config/config.cpp @@ -44,7 +44,7 @@ QuartzConfig::QuartzConfig( KConfig* conf, QWidget* parent ) "drawn using normal border colors instead.") ); cbExtraSmall = new QCheckBox( i18n("Quartz &extra slim"), gb ); QWhatsThis::add( cbExtraSmall, - i18n("Quartz window decorations with extra small title bar.") ); + i18n("Quartz window decorations with extra-small title bar.") ); // Load configuration options load( conf );