summaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-06-30 13:29:03 +0200
committerWerner Koch <wk@gnupg.org>2009-06-30 13:29:03 +0200
commit6f5cd860a01dc16af75fb677e33355b45f56223a (patch)
tree1d73c2b17740795bd1a7a4b85acfe292d3d286ec /g10/keyedit.c
parentOOps commited an old version. Fixed now. (diff)
downloadgnupg2-6f5cd860a01dc16af75fb677e33355b45f56223a.tar.xz
gnupg2-6f5cd860a01dc16af75fb677e33355b45f56223a.zip
Translation fix
Diffstat (limited to 'g10/keyedit.c')
-rw-r--r--g10/keyedit.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 69429b5ce..f877ace53 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -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: