From 1669d0fee26b2718ccaac2cc661ee37713f915be Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Mon, 21 Jun 2004 16:26:48 +0000 Subject: [PATCH] CVS_SILENT no punctuation for command line option descriptions svn path=/trunk/kdebase/kcminit/; revision=322526 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 0165d75327..f3a688c349 100644 --- a/main.cpp +++ b/main.cpp @@ -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 };