Improved export warning, removed heading
This commit is contained in:
parent
cf0fccec1f
commit
a5e8b4cb88
2 changed files with 4 additions and 4 deletions
|
@ -24,8 +24,9 @@
|
|||
<p><%= raw t 'export.start.export_details' %></p>
|
||||
|
||||
<div id="export_osm_too_large">
|
||||
<h4><%= t'export.start.too_large.heading' %></h4>
|
||||
<p><%= t'export.start.too_large.body' %></p>
|
||||
<p class="warning">
|
||||
<%= t'export.start.too_large.body' %>
|
||||
</p>
|
||||
<dl class="inner12">
|
||||
<dt><a href="http://planet.openstreetmap.org/"><%= t'export.start.too_large.planet.title' %></a></dt>
|
||||
<dd><%= t'export.start.too_large.planet.description' %></dd>
|
||||
|
|
|
@ -305,8 +305,7 @@ en:
|
|||
licence: "Licence"
|
||||
export_details: 'OpenStreetMap data is licensed under the <a href="http://opendatacommons.org/licenses/odbl/1.0/">Open Data Commons Open Database License</a> (ODbL).'
|
||||
too_large:
|
||||
heading: "Area Too Large"
|
||||
body: "This area is too large to be exported as OpenStreetMap XML Data. Please zoom in or select a smaller area, or use one of the following sources for bulk data downloads:"
|
||||
body: "This area is too large to be exported as OpenStreetMap XML Data. Please zoom in or select a smaller area, or use one of the sources listed below for bulk data downloads."
|
||||
planet:
|
||||
title: "Planet OSM"
|
||||
description: "Regularly-updated copies of the complete OpenStreetMap database"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue