1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Made strings translatable. Minor fixes.

This commit is contained in:
Werner Koch 2005-12-08 07:42:41 +00:00
parent 1d051e8ed5
commit 0edfbba804
5 changed files with 13 additions and 6 deletions

View file

@ -1848,13 +1848,13 @@ keyserver_fetch(STRLIST urilist)
rc=keyserver_work(GET,NULL,&desc,1,spec);
if(rc)
log_info("WARNING: unable to fetch URI %s: %s\n",
log_info (_("WARNING: unable to fetch URI %s: %s\n"),
sl->d,g10_errstr(rc));
free_keyserver_spec(spec);
}
else
log_info("WARNING: unable to parse URI %s\n",sl->d);
log_info (_("WARNING: unable to parse URI %s\n"),sl->d);
}
return 0;