1
0
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:
Kalle Olavi Niemitalo 2006-08-19 10:40:30 +03:00 committed by Kalle Olavi Niemitalo
parent 8615cb529e
commit dd22535b8c

View File

@ -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;
}