git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a4bf606
)
* luci/app/p910nd: fix translation issue, thanks Carlos
author
Jo-Philipp Wich
<redacted>
Mon, 29 Sep 2008 19:14:20 +0000
(19:14 +0000)
committer
Jo-Philipp Wich
<redacted>
Mon, 29 Sep 2008 19:14:20 +0000
(19:14 +0000)
applications/luci-p910nd/luasrc/model/cbi/p910nd.lua
patch
|
blob
|
history
diff --git
a/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua
b/applications/luci-p910nd/luasrc/model/cbi/p910nd.lua
index 21a596556ee526a1a1163911a78924e301a86378..b0ffa4edae651cd348fc0f34b47aa6145c7f007a 100644
(file)
--- 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("enable
d
"))
+s:option(Flag, "enabled", translate("enable"))
s:option(Value, "device", translate("device", "Device")).rmempty = true
git clone https://git.99rst.org/PROJECT