mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Enable i18n for W32.
This commit is contained in:
parent
cc99c37549
commit
25b1e76b44
5 changed files with 12 additions and 1 deletions
|
@ -96,7 +96,7 @@ verify_signatures (ctrl_t ctrl, int nfiles, char **files )
|
|||
if( !fp ) {
|
||||
rc = gpg_error_from_syserror ();
|
||||
log_error(_("can't open `%s': %s\n"),
|
||||
print_fname_stdin(sigfile), strerror (errno));
|
||||
print_fname_stdin(sigfile), gpg_strerror (rc));
|
||||
goto leave;
|
||||
}
|
||||
handle_progress (pfx, fp, sigfile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue