git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
76bf2ac
)
luci-mod-system: rename "Design" to "Theme"
author
Angus Ding
<redacted>
Mon, 22 Oct 2018 05:40:51 +0000
(13:40 +0800)
committer
Jo-Philipp Wich
<redacted>
Thu, 15 Nov 2018 18:33:09 +0000
(19:33 +0100)
This provides a more accurate description for the theme selection.
Signed-off-by: Angus Ding <redacted>
[reword commit message]
Signed-off-by: Jo-Philipp Wich <redacted>
modules/luci-mod-system/luasrc/model/cbi/admin_system/system.lua
patch
|
blob
|
history
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 7558d421611f4fcac4dbb99c87c6e33ffc577919..c26fd475a4e05afe03eb7c8d5f8fcb01f7c64bf7 100644
(file)
--- 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)
git clone https://git.99rst.org/PROJECT