diff options
Diffstat (limited to 'g10/revoke.c')
-rw-r--r-- | g10/revoke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/revoke.c b/g10/revoke.c index 74c11cb01..3d1eb4403 100644 --- a/g10/revoke.c +++ b/g10/revoke.c @@ -129,7 +129,7 @@ gen_revoke( const char *uname ) rc = G10ERR_PUBKEY_ALGO; break; case 0: - tty_printf(_("note: This key is not protected!\n")); + tty_printf(_("NOTE: This key is not protected!\n")); break; default: rc = check_secret_key( sk, 0 ); |