modules/admin-full: fix static routes page
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 31 Oct 2009 22:33:52 +0000 (22:33 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 31 Oct 2009 22:33:52 +0000 (22:33 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/routes.lua

index 0f3c1cb..cd9be57 100644 (file)
@@ -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"