aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-03-22 16:43:59 +0000
committerWerner Koch <[email protected]>2006-03-22 16:43:59 +0000
commitac46433052f135b2b16dc78f219347733e5e4d01 (patch)
treef18697c2723f0de45c37c32ed7b334587458d9d4 /g10/misc.c
parent* mainproc.c (get_pka_address): Fix bug introduced as part of (diff)
downloadgnupg-ac46433052f135b2b16dc78f219347733e5e4d01.tar.gz
gnupg-ac46433052f135b2b16dc78f219347733e5e4d01.zip
Changed URLs
Diffstat (limited to '')
-rw-r--r--g10/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/misc.c b/g10/misc.c
index 74d05cb56..fbe449299 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -445,8 +445,8 @@ idea_cipher_warn(int show)
if(!warned || show)
{
log_info(_("the IDEA cipher plugin is not present\n"));
- log_info(_("please see http://www.gnupg.org/why-not-idea.html "
- "for more information\n"));
+ log_info(_("please see %s for more information\n"),
+ "http://www.gnupg.org/faq/why-not-idea.html");
warned=1;
}
}