mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
agent: Improve a comment.
--
This commit is contained in:
parent
b607657931
commit
8ae683bad3
1 changed files with 2 additions and 1 deletions
|
@ -442,7 +442,8 @@ start_pinentry (ctrl_t ctrl)
|
||||||
Pinentries. An underscore indicates that the next letter
|
Pinentries. An underscore indicates that the next letter
|
||||||
should be used as an accelerator. Double the underscore for
|
should be used as an accelerator. Double the underscore for
|
||||||
a literal one. The actual to be translated text starts after
|
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") },
|
{ "ok", N_("|pinentry-label|_OK") },
|
||||||
{ "cancel", N_("|pinentry-label|_Cancel") },
|
{ "cancel", N_("|pinentry-label|_Cancel") },
|
||||||
{ "yes", N_("|pinentry-label|_Yes") },
|
{ "yes", N_("|pinentry-label|_Yes") },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue