mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Use a unique capitalization for "Note:".
--
This commit is contained in:
parent
36679f33aa
commit
54ffe2045a
20 changed files with 190 additions and 114 deletions
|
@ -375,14 +375,14 @@ get_it (PKT_pubkey_enc *enc, DEK *dek, PKT_public_key *sk, u32 *keyid)
|
|||
BUG ();
|
||||
if (pk->expiredate && pk->expiredate <= make_timestamp ())
|
||||
{
|
||||
log_info (_("NOTE: secret key %s expired at %s\n"),
|
||||
log_info (_("Note: secret key %s expired at %s\n"),
|
||||
keystr (keyid), asctimestamp (pk->expiredate));
|
||||
}
|
||||
}
|
||||
|
||||
if (pk && pk->flags.revoked)
|
||||
{
|
||||
log_info (_("NOTE: key has been revoked"));
|
||||
log_info (_("Note: key has been revoked"));
|
||||
log_printf ("\n");
|
||||
show_revocation_reason (pk, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue