From 848e43a5b47c0467b90e7d9a029e59ec53461da3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 26 Nov 2012 12:53:43 +0000 Subject: remove .i18n annotations from controller files --- applications/luci-olsr/luasrc/controller/olsr.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'applications/luci-olsr') 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 -- cgit v1.2.3