diff options
Diffstat (limited to '')
-rw-r--r-- | sm/gpgsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 615dfb8e6..64629bfaf 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -1869,7 +1869,7 @@ main ( int argc, char **argv) default: - log_error ("invalid command (there is no implicit command)\n"); + log_error (_("invalid command (there is no implicit command)\n")); break; } |