CVS_SILENT style guide fixes (part 1 of ?)

svn path=/trunk/kdebase/khotkeys/; revision=262104
This commit is contained in:
Stephan Binner 2003-10-26 10:07:54 +00:00
parent a21351b5a8
commit b7adc9ecab

View file

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