diff options
author | Werner Koch <wk@gnupg.org> | 2014-11-19 10:24:56 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-11-19 10:47:56 +0100 |
commit | 734afee733026228ba81ff66722bf484246cbe2b (patch) | |
tree | 7a05012a77ded3c7a9b7eb67844df0876310b2ca /common/simple-pwquery.c | |
parent | po: Update Ukrainian translation. (diff) | |
download | gnupg2-734afee733026228ba81ff66722bf484246cbe2b.tar.xz gnupg2-734afee733026228ba81ff66722bf484246cbe2b.zip |
common: Change a string to a simlar one to ease translation.
--
Diffstat (limited to '')
-rw-r--r-- | common/simple-pwquery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/simple-pwquery.c b/common/simple-pwquery.c index 0eff5c5c9..d1b298061 100644 --- a/common/simple-pwquery.c +++ b/common/simple-pwquery.c @@ -331,7 +331,7 @@ agent_open (int *rfd) if ( !infostr || !*infostr ) { #ifdef SPWQ_USE_LOGGING - log_error (_("gpg-agent is not available in this session\n")); + log_error (_("no gpg-agent running in this session\n")); #endif return SPWQ_NO_AGENT; } |