mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
CVS_SILENT No punctuation in command line descriptions
svn path=/trunk/kdegraphics/kpdf/; revision=322582
This commit is contained in:
parent
4f1a3b0538
commit
ac4ae4be3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue