* luci/app/hd_idle: small i18n fix

This commit is contained in:
Jo-Philipp Wich 2008-10-03 15:04:06 +00:00
parent 675b1b6d68
commit c2a2fccca3

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