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:
675b1b6
)
* luci/app/hd_idle: small i18n fix
author
Jo-Philipp Wich
<redacted>
Fri, 3 Oct 2008 15:04:06 +0000
(15:04 +0000)
committer
Jo-Philipp Wich
<redacted>
Fri, 3 Oct 2008 15:04:06 +0000
(15:04 +0000)
applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua
patch
|
blob
|
history
diff --git
a/applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua
b/applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua
index e880aaf639dda1e2d6dc7ef9297ef0382cd42f75..ab4a9fd8c9e0f317bb0606fbc4982382ee0c90d6 100644
(file)
--- a/
applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua
+++ b/
applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua
@@
-21,7
+21,7
@@
s = m:section(TypedSection, "hd-idle", translate("settings"))
s.addremove = true
s.anonymous = true
-s:option(Flag, "enabled", translate("enable
d
", "Enable"))
+s:option(Flag, "enabled", translate("enable", "Enable"))
disk = s:option(Value, "disk", translate("disk"))
disk.rmempty = true
git clone https://git.99rst.org/PROJECT