From 734afee733026228ba81ff66722bf484246cbe2b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 19 Nov 2014 10:24:56 +0100 Subject: common: Change a string to a simlar one to ease translation. -- --- common/simple-pwquery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3