aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-07-25 18:08:09 +0000
committerDavid Shaw <[email protected]>2002-07-25 18:08:09 +0000
commit9ac6821b46ddf3e7f212b6778a011c7ecce11652 (patch)
tree8efc6e4925be765c9f29956ea9d5caaae4eebfd3 /g10/keyedit.c
parent* random.c: "warning" -> "WARNING" (diff)
downloadgnupg-9ac6821b46ddf3e7f212b6778a011c7ecce11652.tar.gz
gnupg-9ac6821b46ddf3e7f212b6778a011c7ecce11652.zip
* exec.c, export.c, import.c, keyedit.c, keyserver.c, misc.c: "Warning" ->
"WARNING"
Diffstat (limited to '')
-rw-r--r--g10/keyedit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 7f298c0a5..ac8ad1f51 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -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