From: Jo-Philipp Wich Date: Tue, 26 May 2009 18:30:32 +0000 (+0000) Subject: luci-0.8: merge r4649? X-Git-Tag: 0.8.7~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8b4ed85b7dd15af2615d7745a8c17e8a2b724167;p=oweals%2Fluci.git luci-0.8: merge r4649? --- 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