summaryrefslogtreecommitdiffstats
path: root/pgp.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2015-09-13 11:47:09 +0800
committerKevin McCarthy <kevin@8t8.us>2015-09-13 11:47:09 +0800
commit13571c6fc7c42ed91ac34ec1f6d01891501cdd64 (patch)
tree25d628e572b86a50d46ff74407a4476774ab8a31 /pgp.c
parent75e32eeb76c0a57b3d9a96cd962b73ac64ca0d5a (diff)
Add translation comments and improvements.
These were suggested by TAKAHASHI Tamotsu.
Diffstat (limited to 'pgp.c')
-rw-r--r--pgp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pgp.c b/pgp.c
index 1bac6d01..0396969f 100644
--- a/pgp.c
+++ b/pgp.c
@@ -1683,9 +1683,9 @@ int pgp_send_menu (HEADER *msg, int *redraw)
(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. */
+ '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";
}