* luci-0.8: backport p910nd translation fix

This commit is contained in:
Jo-Philipp Wich 2008-09-29 19:21:47 +00:00
parent 3768aadd98
commit bd9ce36daa

View file

@ -22,7 +22,7 @@ s = m:section(TypedSection, "p910nd", translate("settings", "settings"))
s.addremove = true
s.anonymous = true
s:option(Flag, "enabled", translate("enabled"))
s:option(Flag, "enabled", translate("enable"))
s:option(Value, "device", translate("device", "Device")).rmempty = true