Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ACL: rename 'WWW Language' to 'Web Interface Language'
  • Loading branch information
perexg committed Jun 30, 2015
1 parent 6e9f64c commit 01215dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access.c
Expand Up @@ -1335,7 +1335,7 @@ const idclass_t access_entry_class = {
{
.type = PT_STR,
.id = "langui",
.name = N_("WWW Language"),
.name = N_("Web Interface Language"),
.list = language_get_list,
.off = offsetof(access_entry_t, ae_lang_ui),
.opts = PO_ADVANCED,
Expand Down

0 comments on commit 01215dc

Please sign in to comment.