mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
po: Make g10/call-dirmngr.c translatable.
* po/POTFILES.in: Add g10/call-dirmngr.c * g10/call-dirmngr.c (create_context): Change an i18n sting for easier reuse. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
438a1ec297
commit
03983711b3
2 changed files with 4 additions and 3 deletions
|
@ -240,8 +240,9 @@ create_context (ctrl_t ctrl, assuan_context_t *r_ctx)
|
|||
err = assuan_transact (ctx, "OPTION honor-keyserver-url-used",
|
||||
NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
if (gpg_err_code (err) == GPG_ERR_FORBIDDEN)
|
||||
log_error (_("keyserver option \"honor-keyserver-url\""
|
||||
" may not be used in Tor mode\n"));
|
||||
log_error (_("keyserver option \"%s\""
|
||||
" may not be used in %s mode\n"),
|
||||
"honor-keyserver-url", "Tor");
|
||||
else if (gpg_err_code (err) == GPG_ERR_UNKNOWN_OPTION)
|
||||
err = 0; /* Old dirmngr versions do not support this option. */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue