mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Translation fix
This commit is contained in:
parent
947440b275
commit
6f5cd860a0
29 changed files with 5011 additions and 4945 deletions
|
@ -1898,8 +1898,11 @@ keyedit_menu( const char *username, strlist_t locusr,
|
|||
switch ( count_selected_keys (sec_keyblock) )
|
||||
{
|
||||
case 0:
|
||||
if (cpr_get_answer_is_yes("keyedit.keytocard.use_primary",
|
||||
_("Really move the primary key? (y/N) ")))
|
||||
if (cpr_get_answer_is_yes
|
||||
("keyedit.keytocard.use_primary",
|
||||
/* TRANSLATORS: Please take care: This is about
|
||||
moving the key and not about removing it. */
|
||||
_("Really move the primary key? (y/N) ")))
|
||||
node = sec_keyblock;
|
||||
break;
|
||||
case 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue