summaryrefslogtreecommitdiffstats
path: root/pgp.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2015-09-02 15:02:03 -0700
committerKevin McCarthy <kevin@8t8.us>2015-09-02 15:02:03 -0700
commit7b50f32f21abc3eac871ceb6c9e4177a743963e3 (patch)
tree25e3bd13c8ce64f140db39f16fba715fb940df8c /pgp.c
parentc708e237ab55ecac9375a386a8fa6d3ae766f6d4 (diff)
Add L10N messages for the pgp/smime send menus.
This documents the 'f' "forget it" choice for translators. Thanks to Benno Schulenberg for pointing this out and for the original patch.
Diffstat (limited to 'pgp.c')
-rw-r--r--pgp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pgp.c b/pgp.c
index 9c03db7c..1bac6d01 100644
--- a/pgp.c
+++ b/pgp.c
@@ -1682,6 +1682,10 @@ int pgp_send_menu (HEADER *msg, int *redraw)
_("PGP (s)ign, sign (a)s, %s format, (c)lear, or (o)ppenc mode off? "),
(msg->security & INLINE) ? _("PGP/M(i)ME") : _("(i)nline"));
prompt = promptbuf;
+ /* L10N: The 'f' is from "forget it", an old undocumented synonym of
+ * 'clear'. Please use a corresponding letter in your language.
+ * Alternatively, you may duplicate the letter 'c' is translated to.
+ * This comment also applies to the five following letter sequences. */
letters = _("safcoi");
choices = "SaFCoi";
}