summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-hd_idle
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-03 15:04:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-03 15:04:06 +0000
commitc2a2fccca3ad2cd805ff366a99d9f656918484d7 (patch)
tree80645f9464db2c0430245f88da68a830bbc83e35 /applications/luci-hd_idle
parent675b1b6d686bab49866a1f55044e3ea8d3969172 (diff)
* luci/app/hd_idle: small i18n fix
Diffstat (limited to 'applications/luci-hd_idle')
-rw-r--r--applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua2
1 files changed, 1 insertions, 1 deletions
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 e880aaf63..ab4a9fd8c 100644
--- 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("enabled", "Enable"))
+s:option(Flag, "enabled", translate("enable", "Enable"))
disk = s:option(Value, "disk", translate("disk"))
disk.rmempty = true