* luci-0.8: backport p910nd translation fix
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 29 Sep 2008 19:21:47 +0000 (19:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 29 Sep 2008 19:21:47 +0000 (19:21 +0000)
applications/luci-p910nd/luasrc/model/cbi/p910nd.lua

index 21a5965..b0ffa4e 100644 (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