* luci-0.8: backport hd-idle i18n fix

This commit is contained in:
Jo-Philipp Wich 2008-10-03 15:04:49 +00:00
parent 5912b88021
commit d75a5cc9d1

View file

@ -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