]> granicus.if.org Git - neomutt/commit
Fix mark-message translation and keybind menu.
authorKevin McCarthy <kevin@8t8.us>
Fri, 18 Nov 2016 23:54:27 +0000 (15:54 -0800)
committerKevin McCarthy <kevin@8t8.us>
Fri, 18 Nov 2016 23:54:27 +0000 (15:54 -0800)
commitf12c8bd679e48ccf3816522936e5fff705ce6ada
tree10e31b99a3ccf4536df6dd006c39cbb4e8d9ce17
parent6c533fa9420c5482a7d8be557fc5de5fc287a80c
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.
OPS
curs_main.c
functions.h