1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +02: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 )
{
#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;
}