* luci/app/p910nd: fix translation issue, thanks Carlos

This commit is contained in:
Jo-Philipp Wich 2008-09-29 19:14:20 +00:00
parent a4bf60679d
commit d7b30bbb5c

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