diff options
| author | Werner Koch <[email protected]> | 2014-11-19 09:24:56 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2014-11-19 09:47:56 +0000 |
| commit | 734afee733026228ba81ff66722bf484246cbe2b (patch) | |
| tree | 7a05012a77ded3c7a9b7eb67844df0876310b2ca /common/simple-pwquery.c | |
| parent | po: Update Ukrainian translation. (diff) | |
| download | gnupg-734afee733026228ba81ff66722bf484246cbe2b.tar.gz gnupg-734afee733026228ba81ff66722bf484246cbe2b.zip | |
common: Change a string to a simlar one to ease translation.
--
Diffstat (limited to 'common/simple-pwquery.c')
| -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; } |
