Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ACL: prefer UI language settings before EPG language settings in ACL …
…grid
  • Loading branch information
perexg committed Oct 23, 2015
1 parent e434119 commit 03e792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access.c
Expand Up @@ -1399,14 +1399,14 @@ const idclass_t access_entry_class = {
.name = N_("Language"),
.list = language_get_list,
.off = offsetof(access_entry_t, ae_lang),
.opts = PO_ADVANCED,
},
{
.type = PT_STR,
.id = "langui",
.name = N_("Web Interface Language"),
.list = language_get_list,
.off = offsetof(access_entry_t, ae_lang_ui),
.opts = PO_ADVANCED,
},
{
.type = PT_BOOL,
Expand Down

0 comments on commit 03e792a

Please sign in to comment.