diff options
author | Werner Koch <wk@gnupg.org> | 2009-07-21 17:44:30 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-07-21 17:44:30 +0200 |
commit | 12fa2baa6266e1dd235e11dcd9697273ccc5a281 (patch) | |
tree | 7bc600881fed476c3851b65ece3d9e773b2fd779 /tools/gpgsplit.c | |
parent | Make bug reporting address easier changeable. (diff) | |
download | gnupg2-12fa2baa6266e1dd235e11dcd9697273ccc5a281.tar.xz gnupg2-12fa2baa6266e1dd235e11dcd9697273ccc5a281.zip |
Fix i18n bug.
Diffstat (limited to 'tools/gpgsplit.c')
-rw-r--r-- | tools/gpgsplit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgsplit.c b/tools/gpgsplit.c index e4872dc31..3f093c360 100644 --- a/tools/gpgsplit.c +++ b/tools/gpgsplit.c @@ -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 = |