mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Change the keyboard accelerator for the cookie browser's Clear button
from C to L for great consistency.
This commit is contained in:
parent
290a03787b
commit
34588e976d
@ -420,7 +420,7 @@ static struct hierbox_browser_button cookie_buttons[] = {
|
||||
{ N_("~Add"), push_add_button, 1 },
|
||||
{ N_("~Edit"), push_edit_button, 1 },
|
||||
{ N_("~Delete"), push_hierbox_delete_button, 1 },
|
||||
{ N_("~Clear"), push_hierbox_clear_button, 1 },
|
||||
{ N_("C~lear"), push_hierbox_clear_button, 1 },
|
||||
{ N_("Sa~ve"), push_save_button, 0 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user