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:
5cc835e
)
modules/admin-full: fix static routes page
author
Jo-Philipp Wich
<redacted>
Sat, 31 Oct 2009 22:33:52 +0000
(22:33 +0000)
committer
Jo-Philipp Wich
<redacted>
Sat, 31 Oct 2009 22:33:52 +0000
(22:33 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/routes.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/model/cbi/admin_network/routes.lua
b/modules/admin-full/luasrc/model/cbi/admin_network/routes.lua
index 0f3c1cb9133e6a9dbe75f5d3aa59fe236ebb2271..cd9be570a08f7edc343408fbbbced64783f66e83 100644
(file)
--- a/
modules/admin-full/luasrc/model/cbi/admin_network/routes.lua
+++ b/
modules/admin-full/luasrc/model/cbi/admin_network/routes.lua
@@
-13,7
+13,10
@@
$Id$
]]--
require("luci.tools.webadmin")
-m = Map("network", translate("Routes"), translate("a_n_routes1"))
+m = Map("network",
+ translate("Routes"),
+ translate("Routes specify over which interface and gateway a certain host or network " ..
+ "can be reached."))
local routes6 = luci.sys.net.routes6()
local bit = require "bit"
git clone https://git.99rst.org/PROJECT