diff options
Diffstat (limited to '')
-rw-r--r-- | g10/delkey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/delkey.c b/g10/delkey.c index efb9a50d4..eed4d3340 100644 --- a/g10/delkey.c +++ b/g10/delkey.c @@ -117,14 +117,14 @@ do_delete_key( const char *username, int secret, int *r_sec_avail ) okay++; else if( opt.batch && secret ) { - log_error(_("can't do that in batchmode\n")); + log_error(_("can't do this in batch mode\n")); log_info (_("(unless you specify the key by fingerprint)\n")); } else if( opt.batch && opt.answer_yes ) okay++; else if( opt.batch ) { - log_error(_("can't do that in batchmode without \"--yes\"\n")); + log_error(_("can't do this in batch mode without \"--yes\"\n")); log_info (_("(unless you specify the key by fingerprint)\n")); } else { |