1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* exec.c, export.c, import.c, keyedit.c, keyserver.c, misc.c: "Warning" ->

"WARNING"
This commit is contained in:
David Shaw 2002-07-25 18:08:09 +00:00
parent 36d5779e82
commit 9ac6821b46
7 changed files with 18 additions and 13 deletions

View file

@ -374,7 +374,7 @@ sign_uids( KBNODE keyblock, STRLIST locusr, int *ret_modified,
}
else if(!uidnode->pkt->pkt.user_id->created)
{
tty_printf(_("Warning: user ID \"%s\" is not "
tty_printf(_("WARNING: user ID \"%s\" is not "
"self-signed.\n"),user);
}
@ -602,12 +602,12 @@ sign_uids( KBNODE keyblock, STRLIST locusr, int *ret_modified,
if( local )
tty_printf(
_("\nWarning: the signature will not be marked "
_("\nWARNING: the signature will not be marked "
"as non-exportable.\n"));
if( nonrevocable )
tty_printf(
_("\nWarning: the signature will not be marked "
_("\nWARNING: the signature will not be marked "
"as non-revocable.\n"));
}
else