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:
parent
1d051e8ed5
commit
0edfbba804
5 changed files with 13 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue