aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-06-30 08:34:56 +0000
committerWerner Koch <[email protected]>2015-06-30 08:34:56 +0000
commit8ae683bad3267dd69599b7fa0cf73d74836ec3d4 (patch)
tree1ac174ecf7a6b087dc3e1fb01122e4bb6e33881c
parentagent: Prepare for Libassuan with Cygwin support. (diff)
downloadgnupg-8ae683bad3267dd69599b7fa0cf73d74836ec3d4.tar.gz
gnupg-8ae683bad3267dd69599b7fa0cf73d74836ec3d4.zip
agent: Improve a comment.
--
-rw-r--r--agent/call-pinentry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c
index 6f4c95b0a..37fa0bdcb 100644
--- a/agent/call-pinentry.c
+++ b/agent/call-pinentry.c
@@ -442,7 +442,8 @@ start_pinentry (ctrl_t ctrl)
Pinentries. An underscore indicates that the next letter
should be used as an accelerator. Double the underscore for
a literal one. The actual to be translated text starts after
- the second vertical bar. */
+ the second vertical bar. Note that gpg-agent has been set to
+ utf-8 so that the strings are in the expected encoding. */
{ "ok", N_("|pinentry-label|_OK") },
{ "cancel", N_("|pinentry-label|_Cancel") },
{ "yes", N_("|pinentry-label|_Yes") },