[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.4-26-gca138d5
by NIIBE Yutaka
cvs at cvs.gnupg.org
Thu Feb 15 06:23:57 CET 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, STABLE-BRANCH-2-2 has been updated
via ca138d5bf36accde2fd755249b470a8dc8743c95 (commit)
from df97fe24807826ddc2af0e45e416fb81c5666f88 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ca138d5bf36accde2fd755249b470a8dc8743c95
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Thu Feb 15 14:22:06 2018 +0900
gpg: Fix reversed messages for --only-sign-text-ids.
* g10/keyedit.c (keyedit_menu): Fix messages.
--
GnuPG-bug-id: 3787
Fixes-commit: a74aeb5dae1f673fcd98b39a6a0496f3c622709a
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 4acb2de..17cf7d6 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -1664,11 +1664,11 @@ keyedit_menu (ctrl_t ctrl, const char *username, strlist_t locusr,
if (opt.only_sign_text_ids)
result = cpr_get_answer_is_yes
("keyedit.sign_all.okay",
- _("Really sign all user IDs? (y/N) "));
+ _("Really sign all text user IDs? (y/N) "));
else
result = cpr_get_answer_is_yes
("keyedit.sign_all.okay",
- _("Really sign all text user IDs? (y/N) "));
+ _("Really sign all user IDs? (y/N) "));
if (! result)
{
-----------------------------------------------------------------------
Summary of changes:
g10/keyedit.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list