mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Merge branch 'STABLE-BRANCH-2-2'
This commit is contained in:
commit
20539ea5ca
30 changed files with 654 additions and 336 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue