CVS_SILENT
Corrected typos. svn path=/trunk/kdebase/kwin/; revision=348126
This commit is contained in:
parent
a70631ab76
commit
d76ee99c2e
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue