CVS_SILENT

Corrected typo.

svn path=/trunk/kdebase/kwin/; revision=323060
This commit is contained in:
Andrew Coles 2004-06-23 11:48:38 +00:00
parent 3233fb1ed4
commit 0f86ee1bc1

View file

@ -162,7 +162,7 @@ static const char description[] = I18N_NOOP( "The KDE window manager." );
static KCmdLineOptions args[] =
{
{ "lock", I18N_NOOP("Disable configuration options"), 0 },
{ "replace", I18N_NOOP("Replace already running ICCCM2.0 compliant window manager"), 0 },
{ "replace", I18N_NOOP("Replace already-running ICCCM2.0-compliant window manager"), 0 },
KCmdLineLastOption
};