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:
Angus Ding 2018-10-22 13:40:51 +08:00 committed by Jo-Philipp Wich
parent 76bf2ac6ce
commit 94ebc49a4c

View file

@ -153,7 +153,7 @@ function o.write(self, section, value)
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
if k:sub(1, 1) ~= "." then
o:value(v, k)