diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-03 15:04:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-03 15:04:06 +0000 |
commit | c2a2fccca3ad2cd805ff366a99d9f656918484d7 (patch) | |
tree | 80645f9464db2c0430245f88da68a830bbc83e35 | |
parent | 675b1b6d686bab49866a1f55044e3ea8d3969172 (diff) |
* luci/app/hd_idle: small i18n fix
-rw-r--r-- | applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua | 2 |
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 |