mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix i18n bug.
This commit is contained in:
parent
0792525d22
commit
12fa2baa62
2 changed files with 5 additions and 1 deletions
|
@ -85,7 +85,7 @@ my_strusage (int level)
|
|||
break;
|
||||
case 13: p = VERSION; break;
|
||||
case 17: p = PRINTABLE_OS_NAME; break;
|
||||
case 19: p = _("Please report bugs to <@EMAIL@>.\n"); break;
|
||||
case 19: p = "Please report bugs to <@EMAIL@>.\n"; break;
|
||||
|
||||
case 1:
|
||||
case 40: p =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue