1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00

common: Change a string to a simlar one to ease translation.

--
This commit is contained in:
Werner Koch 2014-11-19 10:24:56 +01:00
parent 0d3df7d0ba
commit 734afee733

View File

@ -331,7 +331,7 @@ agent_open (int *rfd)
if ( !infostr || !*infostr ) if ( !infostr || !*infostr )
{ {
#ifdef SPWQ_USE_LOGGING #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 #endif
return SPWQ_NO_AGENT; return SPWQ_NO_AGENT;
} }