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

Translate dirmngr strings

This commit is contained in:
Werner Koch 2010-10-21 08:23:29 +00:00
parent 25b1e76b44
commit d1946ed718
6 changed files with 1706 additions and 112 deletions

View file

@ -670,7 +670,7 @@ ldap_wrapper (ctrl_t ctrl, ksba_reader_t *reader, const char *argv[])
}
if (err)
{
log_error (_("error creating pipe: %s\n"), gpg_strerror (err));
log_error (_("error creating a pipe: %s\n"), gpg_strerror (err));
xfree (arg_list);
xfree (ctx);
return err;