diff options
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 = |