]> granicus.if.org Git - mutt/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)
commitc1538c5d7ab065f9a4321399185630dcac22b5d0
tree10e31b99a3ccf4536df6dd006c39cbb4e8d9ce17
parentb30ec05d170b0df086dd8881865dd1a87093b6d9
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