]> granicus.if.org Git - neomutt/commitdiff
Add L10N comment about autocrypt menu help line abbreviations
authorKevin McCarthy <kevin@8t8.us>
Fri, 9 Aug 2019 21:15:18 +0000 (14:15 -0700)
committerRichard Russon <rich@flatcap.org>
Mon, 19 Aug 2019 23:14:28 +0000 (00:14 +0100)
autocrypt/autocrypt_acct_menu.c

index 7922b671ec511935a786ca503e2ca814d692b59c..7d259377eb5dc262110e116a0c52cf4db6123e94 100644 (file)
@@ -61,10 +61,16 @@ static const struct Mapping AutocryptAcctHelp[] = {
   { N_("Delete"), OP_AUTOCRYPT_DELETE_ACCT },
   /* L10N: Autocrypt Account Menu Help line:
      toggle an account active/inactive
+     The words here are abbreviated to keep the help line compact.
+     It currently has the content:
+     q:Exit  c:Create  D:Delete  a:Tgl Active  p:Prf Enc  ?:Help
   */
   { N_("Tgl Active"), OP_AUTOCRYPT_TOGGLE_ACTIVE },
   /* L10N: Autocrypt Account Menu Help line:
      toggle "prefer-encrypt" on an account
+     The words here are abbreviated to keep the help line compact.
+     It currently has the content:
+     q:Exit  c:Create  D:Delete  a:Tgl Active  p:Prf Enc  ?:Help
   */
   { N_("Prf Enc"), OP_AUTOCRYPT_TOGGLE_PREFER },
   { N_("Help"), OP_HELP },