* luci/app/hd_idle: small i18n fix
[project/luci.git] / 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