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

index e880aaf639dda1e2d6dc7ef9297ef0382cd42f75..ab4a9fd8c9e0f317bb0606fbc4982382ee0c90d6 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