summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-11-27 00:14:57 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-11-27 00:14:57 +0000
commitd9d66f4c2851fb976d12ce1f8c5d25d30da27dfd (patch)
treee4eeb274f157b09543ee48e2d7fd06b14d4c4ffb /modules/admin-full
parentb22b8af038e1af2be8314c76c0d90f88450c2b42 (diff)
modules/admin-full, i18n/english: translation fixes for route6 support
Diffstat (limited to 'modules/admin-full')
-rw-r--r--modules/admin-full/luasrc/model/cbi/admin_network/routes.lua2
1 files changed, 1 insertions, 1 deletions
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 8a6ca7b74..a236e8c19 100644
--- a/modules/admin-full/luasrc/model/cbi/admin_network/routes.lua
+++ b/modules/admin-full/luasrc/model/cbi/admin_network/routes.lua
@@ -70,7 +70,7 @@ if not arg or not arg[1] then
end
-s = m:section(TypedSection, "route", translate("a_n_routes_static"))
+s = m:section(TypedSection, "route", translate("a_n_routes_static4"))
s.addremove = true
s.anonymous = true