summaryrefslogtreecommitdiffstats
path: root/autocrypt
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-11-30 09:56:16 -0800
committerKevin McCarthy <kevin@8t8.us>2019-11-30 09:56:16 -0800
commit0950403f5d92fd78e1cbab6b91370bfc8314d5e7 (patch)
treefc7610328b4df99a919b8c5530099dfcde20b253 /autocrypt
parentc6845bd1e7043c2699304c9410bbf7b9a9cda629 (diff)
Change "Prf Enc" to "Prf Encr".
Make the abbreviation a bit clearer, that it means Encryption instead of Encoding. Thanks to Morten Bo Johansen for the suggestion.
Diffstat (limited to 'autocrypt')
-rw-r--r--autocrypt/autocrypt_acct_menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/autocrypt/autocrypt_acct_menu.c b/autocrypt/autocrypt_acct_menu.c
index 6c53e9dd..4d7011dd 100644
--- a/autocrypt/autocrypt_acct_menu.c
+++ b/autocrypt/autocrypt_acct_menu.c
@@ -49,16 +49,16 @@ static const struct mapping_t AutocryptAcctHelp[] = {
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
+ q:Exit c:Create D:Delete a:Tgl Active p:Prf Encr ?: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
+ q:Exit c:Create D:Delete a:Tgl Active p:Prf Encr ?:Help
*/
- { N_("Prf Enc"), OP_AUTOCRYPT_TOGGLE_PREFER },
+ { N_("Prf Encr"), OP_AUTOCRYPT_TOGGLE_PREFER },
{ N_("Help"), OP_HELP },
{ NULL, 0 }
};