mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
default_listbox_ops_messages: Make static and const.
This commit is contained in:
parent
da759b10f0
commit
5b6dbcc879
@ -547,7 +547,7 @@ enum delete_error {
|
||||
DELETE_ERRORS,
|
||||
};
|
||||
|
||||
struct listbox_ops_messages default_listbox_ops_messages = {
|
||||
static const struct listbox_ops_messages default_listbox_ops_messages = {
|
||||
/* cant_delete_item */
|
||||
N_("Sorry, but the item \"%s\" cannot be deleted."),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user