aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/sign.c')
-rw-r--r--g10/sign.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/sign.c b/g10/sign.c
index d90f2bdbc..965234049 100644
--- a/g10/sign.c
+++ b/g10/sign.c
@@ -183,8 +183,8 @@ mk_notation_policy_etc( PKT_signature *sig,
s=pct_expando(string,&args);
if(!s)
{
- log_error(_("WARNING: unable to %%-expand preferred keyserver url "
- "(too large). Using unexpanded.\n"));
+ log_error(_("WARNING: unable to %%-expand preferred keyserver URL"
+ " (too large). Using unexpanded.\n"));
s=m_strdup(string);
}