aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-09-24 03:48:55 +0000
committerDavid Shaw <[email protected]>2003-09-24 03:48:55 +0000
commit97dcb84ccec66e5b8c9cefaa9600c9e8b802bd5a (patch)
tree69b037edffffbcf6f41d251f2f88249844de38fe /g10/sign.c
parent* keydb.h, keyring.c (keyring_search), trustdb.c (search_skipfnc): Expand (diff)
downloadgnupg-97dcb84ccec66e5b8c9cefaa9600c9e8b802bd5a.tar.gz
gnupg-97dcb84ccec66e5b8c9cefaa9600c9e8b802bd5a.zip
* sign.c (mk_notation_policy_etc): Capitalize "URL".
* trustdb.c (validate_keys): Give a little more information while rebuilding trustdb. * pkclist.c (do_edit_ownertrust): Clarify "don't know". * g10.c (main): Default to --no-mangle-dos-filenames.
Diffstat (limited to 'g10/sign.c')
-rw-r--r--g10/sign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/sign.c b/g10/sign.c
index 965234049..ab9d1a38f 100644
--- a/g10/sign.c
+++ b/g10/sign.c
@@ -155,7 +155,7 @@ mk_notation_policy_etc( PKT_signature *sig,
s=pct_expando(string,&args);
if(!s)
{
- log_error(_("WARNING: unable to %%-expand policy url "
+ log_error(_("WARNING: unable to %%-expand policy URL "
"(too large). Using unexpanded.\n"));
s=m_strdup(string);
}