diff options
author | Werner Koch <[email protected]> | 2017-11-15 12:46:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-11-15 12:48:34 +0000 |
commit | d05e54ac4fadc66543ccca45bb90fea2bba49d14 (patch) | |
tree | 36aea5ccc9620670f707c68a58481673d88da1ad /common/asshelp.c | |
parent | common: Tweak new code to keep already translated strings. (diff) | |
download | gnupg-d05e54ac4fadc66543ccca45bb90fea2bba49d14.tar.gz gnupg-d05e54ac4fadc66543ccca45bb90fea2bba49d14.zip |
i18n: Add an article to "agent" and lowercase "dirmngr" in one file.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common/asshelp.c')
-rw-r--r-- | common/asshelp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/asshelp.c b/common/asshelp.c index 7f5173d7f..542747af8 100644 --- a/common/asshelp.c +++ b/common/asshelp.c @@ -356,7 +356,7 @@ wait_for_sock (int secs, int which, const char *sockname, { log_info (which == 1? _("connection to the dirmngr established\n"): - _("connection to agent established\n")); + _("connection to the agent established\n")); *did_success_msg = 1; } break; @@ -513,7 +513,7 @@ start_new_gpg_agent (assuan_context_t *r_ctx, } if (debug && !did_success_msg) - log_debug ("connection to agent established\n"); + log_debug ("connection to the agent established\n"); err = assuan_transact (ctx, "RESET", NULL, NULL, NULL, NULL, NULL, NULL); @@ -530,7 +530,7 @@ start_new_gpg_agent (assuan_context_t *r_ctx, NULL, NULL, NULL, NULL, NULL, NULL)) { if (verbose) - log_info (_("connection to agent is in restricted mode\n")); + log_info (_("connection to the agent is in restricted mode\n")); err = 0; } } @@ -587,7 +587,7 @@ start_new_dirmngr (assuan_context_t *r_ctx, dirmngr_program = gnupg_module_name (GNUPG_MODULE_NAME_DIRMNGR); if (verbose) - log_info (_("no running Dirmngr - starting '%s'\n"), + log_info (_("no running dirmngr - starting '%s'\n"), dirmngr_program); if (status_cb) |