diff options
Diffstat (limited to 'g10/card-util.c')
-rw-r--r-- | g10/card-util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index 64341280e..066db0c3a 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -67,7 +67,7 @@ change_pin (int chvno, int allow_admin) if (opt.batch) { - log_error (_("sorry, can't do this in batch mode\n")); + log_error (_("can't do this in batch mode\n")); return; } @@ -1195,7 +1195,7 @@ card_edit (STRLIST commands) ; else if (opt.batch && !have_commands) { - log_error(_("can't do that in batchmode\n")); + log_error(_("can't do this in batch mode\n")); goto leave; } |