diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 17:02:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 17:02:21 +0000 |
commit | b0b28b970fe5efede10dff0f1e379fbab5b333ca (patch) | |
tree | 2e593a92b9489c7d44a5351d9cb5d7b62f55ee93 /modules/freifunk | |
parent | 50a26ced119e05fa0441107de9b586f2376b8411 (diff) |
all: automatic <%:...%> -> <%_...%> fixup
Diffstat (limited to 'modules/freifunk')
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk-map/frame.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk-map/frame.htm b/modules/freifunk/luasrc/view/freifunk-map/frame.htm index 9ec4f1c5d..909b27065 100644 --- a/modules/freifunk/luasrc/view/freifunk-map/frame.htm +++ b/modules/freifunk/luasrc/view/freifunk-map/frame.htm @@ -13,8 +13,8 @@ <% if has_latlon then %> <iframe style="width:100%; height:640px; border:none" src="<%=luci.dispatcher.build_url("freifunk/map/content")%>"></iframe> <% else %> - <h2><%:freifunk_map_error Map Error%></h2> - <p><%:freifunk_map_nodata The OLSRd service is not configured to capture position data from the network.<br /> + <h2><%:Map Error%></h2> + <p><%_The OLSRd service is not configured to capture position data from the network.<br /> Please make sure that the nameservice plugin is properly configured and that the <em>latlon_file</em> option is enabled.%></p> <% end %> |