summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-08-09 14:15:18 -0700
committerKevin McCarthy <kevin@8t8.us>2019-08-09 14:15:18 -0700
commitae332f7222a422474724c7fb267f65fb115f1ee7 (patch)
tree9c0e2348304b68046096e048915f1e6c9bcc9209
parent9f692bd342a11d321f157e4af6ed2f7ad14db619 (diff)
Add L10N comment about autocrypt menu help line abbreviations.
-rw-r--r--autocrypt/autocrypt_acct_menu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/autocrypt/autocrypt_acct_menu.c b/autocrypt/autocrypt_acct_menu.c
index 5361133c..6c53e9dd 100644
--- a/autocrypt/autocrypt_acct_menu.c
+++ b/autocrypt/autocrypt_acct_menu.c
@@ -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 },