The prompts are shared with OpenSSL, and so the prompts end up being
separate from the action key strings.
| CERTERR_REVOKED)))
{
menu->prompt = _("(r)eject, accept (o)nce, (a)ccept always");
+ /* L10N:
+ * These three letters correspond to the choices in the string:
+ * (r)eject, accept (o)nce, (a)ccept always.
+ * This is an interactive certificate confirmation prompt for
+ * a GNUTLS connection.
+ */
menu->keys = _("roa");
}
else
{
menu->prompt = _("(r)eject, accept (o)nce");
+ /* L10N:
+ * These two letters correspond to the choices in the string:
+ * (r)eject, accept (o)nce.
+ * These is an interactive certificate confirmation prompt for
+ * a GNUTLS connection.
+ */
menu->keys = _("ro");
}