* luci/app/p910nd: fix translation issue, thanks Carlos
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 29 Sep 2008 19:14:20 +0000 (19:14 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 29 Sep 2008 19:14:20 +0000 (19:14 +0000)
applications/luci-p910nd/luasrc/model/cbi/p910nd.lua

index 21a596556ee526a1a1163911a78924e301a86378..b0ffa4edae651cd348fc0f34b47aa6145c7f007a 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