]> granicus.if.org Git - mutt/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)
committerKevin McCarthy <kevin@8t8.us>
Fri, 9 Aug 2019 21:15:18 +0000 (14:15 -0700)
autocrypt/autocrypt_acct_menu.c

index 5361133cc71da40022b0767a36e48fc987f1126e..6c53e9dde501874bfebafe3c575485815dcd5f93 100644 (file)
@@ -47,10 +47,16 @@ static const struct mapping_t 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 },