mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
config: Change an error message in the keybinding manager.
The message appears when the user has selected e.g. "Main mapping" rather than an action inside it. Because the main mapping is a keymap, ELinks must not tell the user to select a keymap.
This commit is contained in:
parent
8615cb529e
commit
dd22535b8c
@ -885,7 +885,7 @@ push_kbdbind_add_button(struct dialog_data *dlg_data,
|
||||
|
||||
if (!item || !item->depth) {
|
||||
info_box(term, 0, N_("Add keybinding"), ALIGN_CENTER,
|
||||
N_("Need to select a keymap."));
|
||||
N_("Need to select an action."));
|
||||
return EVENT_PROCESSED;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user