diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-29 19:14:20 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-29 19:14:20 +0000 |
commit | d7b30bbb5c267ec20cf82e3efa138bb07406852f (patch) | |
tree | 4126ab0c7f46d3492cca63b9f77157a94dd069a4 /applications/luci-p910nd/luasrc/model | |
parent | a4bf60679d0e7cea78874afa80319b8ed98c455e (diff) |
* luci/app/p910nd: fix translation issue, thanks Carlos
Diffstat (limited to 'applications/luci-p910nd/luasrc/model')
-rw-r--r-- | applications/luci-p910nd/luasrc/model/cbi/p910nd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua b/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua index 21a596556..b0ffa4eda 100644 --- a/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua +++ b/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua @@ -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 |