diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-26 12:53:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-26 12:53:43 +0000 |
commit | 848e43a5b47c0467b90e7d9a029e59ec53461da3 (patch) | |
tree | 175f8f2aae92abc3a587fe39f082f53ea627ccc9 /applications/luci-olsr | |
parent | 264aae7910c2598fe845ebdd952e504bf8f0e48e (diff) |
remove .i18n annotations from controller files
Diffstat (limited to 'applications/luci-olsr')
-rw-r--r-- | applications/luci-olsr/luasrc/controller/olsr.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applications/luci-olsr/luasrc/controller/olsr.lua b/applications/luci-olsr/luasrc/controller/olsr.lua index 371bad870..0342bde49 100644 --- a/applications/luci-olsr/luasrc/controller/olsr.lua +++ b/applications/luci-olsr/luasrc/controller/olsr.lua @@ -8,7 +8,6 @@ function index() local page = node("admin", "status", "olsr") page.target = template("status-olsr/overview") page.title = _("OLSR") - page.i18n = "olsr" page.subindex = true local page = node("admin", "status", "olsr", "neighbors") @@ -51,7 +50,6 @@ function index() {"admin", "services", "olsrd"}, cbi("olsr/olsrd"), "OLSR" ) - ol.i18n = "olsr" ol.subindex = true entry( @@ -74,7 +72,6 @@ function index() cbi("olsr/olsrddisplay"), _("Display") ) - oplg.i18n = "olsr" oplg.leaf = true oplg.subindex = true |