1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Changed URLs

This commit is contained in:
Werner Koch 2006-03-22 16:43:59 +00:00
parent 5531da1cfc
commit ac46433052
3 changed files with 8 additions and 3 deletions

View file

@ -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;
}
}