CVS_SILENT No punctuation in command line descriptions

svn path=/trunk/kdegraphics/kpdf/; revision=322582
This commit is contained in:
Stephan Binner 2004-06-21 19:03:29 +00:00
parent 4f1a3b0538
commit ac4ae4be3b

View file

@ -11,7 +11,7 @@ static const char version[] = "v0.3";
static KCmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP("Document to open."), 0 },
{ "+[URL]", I18N_NOOP("Document to open"), 0 },
KCmdLineLastOption
};