diff options
author | Kevin McCarthy <kevin@8t8.us> | 2016-11-18 15:54:27 -0800 |
---|---|---|
committer | Kevin McCarthy <kevin@8t8.us> | 2016-11-18 15:54:27 -0800 |
commit | c1538c5d7ab065f9a4321399185630dcac22b5d0 (patch) | |
tree | 10e31b99a3ccf4536df6dd006c39cbb4e8d9ce17 /OPS | |
parent | b30ec05d170b0df086dd8881865dd1a87093b6d9 (diff) |
Fix mark-message translation and keybind menu.
Move the OP_MARK_MESSAGE and hotkey macro from MENU_GENERIC to the
MENU_MAIN keymap. Putting the macro under generic prevents it from
overriding a keybinding in the index (even if the function is bound to
noop). Additionally, the macro can only be executed from the index,
so it doesn't make sense as a generic keybinding.
Use the term "hotkey" in both the OPS and km_bind description.
Mark the km_bind description translatable.
Add L10N messages for the new translation strings.
Diffstat (limited to 'OPS')
-rw-r--r-- | OPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ OP_MAIN_SYNC_FOLDER "save changes to mailbox" OP_MAIN_TAG_PATTERN "tag messages matching a pattern" OP_MAIN_UNDELETE_PATTERN "undelete messages matching a pattern" OP_MAIN_UNTAG_PATTERN "untag messages matching a pattern" -OP_MARK_MSG "create a hot-key macro for the current message" +OP_MARK_MSG "create a hotkey macro for the current message" OP_MIDDLE_PAGE "move to the middle of the page" OP_NEXT_ENTRY "move to the next entry" OP_NEXT_LINE "scroll down one line" |