From: Angus Ding Date: Mon, 22 Oct 2018 05:40:51 +0000 (+0800) Subject: luci-mod-system: rename "Design" to "Theme" X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=94ebc49a4c8e30228e04415c99f0c99d48cb0f49;p=oweals%2Fluci.git luci-mod-system: rename "Design" to "Theme" This provides a more accurate description for the theme selection. Signed-off-by: Angus Ding [reword commit message] Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua b/modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua index 7558d4216..c26fd475a 100644 --- a/modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua +++ b/modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua @@ -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)