From 76457655ef5f098420af793740f03f6e2bdc80a0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 26 May 2009 18:30:00 +0000 Subject: [PATCH] modules/freifunk: fix wrong call to translate in controller --- modules/freifunk/luasrc/controller/freifunk/freifunk.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0