From: Jo-Philipp Wich Date: Tue, 26 May 2009 18:30:00 +0000 (+0000) Subject: modules/freifunk: fix wrong call to translate in controller X-Git-Tag: 0.9.0~340 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=76457655ef5f098420af793740f03f6e2bdc80a0 modules/freifunk: fix wrong call to translate in controller --- diff --git a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua index fd61bb3bd..9769ea08b 100644 --- a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua +++ b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua @@ -72,7 +72,7 @@ function index() page.title = "Kontakt" page.order = 40 - entry({"freifunk", "map"}, template("freifunk-map/frame"), translate("freifunk_map", "Karte"), 50) + entry({"freifunk", "map"}, template("freifunk-map/frame"), i18n("freifunk_map", "Karte"), 50) entry({"freifunk", "map", "content"}, template("freifunk-map/map"), nil, 51) end