CVS_SILENT no punctuation for command line option descriptions

svn path=/trunk/kdebase/kcminit/; revision=322526
This commit is contained in:
Stephan Binner 2004-06-21 16:26:48 +00:00
parent 36b64e3897
commit 1669d0fee2

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
};