summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-qos
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-11-26 12:53:43 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-11-26 12:53:43 +0000
commit848e43a5b47c0467b90e7d9a029e59ec53461da3 (patch)
tree175f8f2aae92abc3a587fe39f082f53ea627ccc9 /applications/luci-qos
parent264aae7910c2598fe845ebdd952e504bf8f0e48e (diff)
remove .i18n annotations from controller files
Diffstat (limited to 'applications/luci-qos')
-rw-r--r--applications/luci-qos/luasrc/controller/qos.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/applications/luci-qos/luasrc/controller/qos.lua b/applications/luci-qos/luasrc/controller/qos.lua
index c9eb9e5d1..e356599d8 100644
--- a/applications/luci-qos/luasrc/controller/qos.lua
+++ b/applications/luci-qos/luasrc/controller/qos.lua
@@ -22,10 +22,8 @@ function index()
local page
page = entry({"admin", "network", "qos"}, cbi("qos/qos"), _("QoS"))
- page.i18n = "qos"
page.dependent = true
page = entry({"mini", "network", "qos"}, cbi("qos/qosmini", {autoapply=true}), _("QoS"))
- page.i18n = "qos"
page.dependent = true
end