applications, modules: remove i18n handling from controller modules as it moved to...
[project/luci.git] / applications / luci-olsr-viz / luasrc / controller / olsr-viz.lua
index 4981f8d..672486c 100644 (file)
@@ -1,5 +1,5 @@
 module "luci.controller.olsr-viz"
 
 function index()
-        entry({"admin", "status", "olsr", "olsr-viz"}, template("olsr-viz/olsr-viz"), "OLSR-Viz", 90)
+       entry({"admin", "status", "olsr", "olsr-viz"}, template("olsr-viz/olsr-viz"), _("OLSR-Viz"), 90)
 end