luci-mod-system: rename "Design" to "Theme"
This provides a more accurate description for the theme selection. Signed-off-by: Angus Ding <angus.ding@gmail.com> [reword commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
76bf2ac6ce
commit
94ebc49a4c
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ function o.write(self, section, value)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
o = s:taboption("language", ListValue, "_mediaurlbase", translate("Design"))
|
o = s:taboption("language", ListValue, "_mediaurlbase", translate("Theme"))
|
||||||
for k, v in pairs(conf.themes) do
|
for k, v in pairs(conf.themes) do
|
||||||
if k:sub(1, 1) ~= "." then
|
if k:sub(1, 1) ~= "." then
|
||||||
o:value(v, k)
|
o:value(v, k)
|
||||||
|
|
Loading…
Reference in a new issue