* luci/app/hd_idle: small i18n fix
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 3 Oct 2008 15:04:06 +0000 (15:04 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 3 Oct 2008 15:04:06 +0000 (15:04 +0000)
applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua

index e880aaf..ab4a9fd 100644 (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