Improved export warning, removed heading

This commit is contained in:
Aaron Lidman 2013-11-19 11:57:30 -08:00
parent cf0fccec1f
commit a5e8b4cb88
2 changed files with 4 additions and 4 deletions

View file

@ -24,8 +24,9 @@
<p><%= raw t 'export.start.export_details' %></p> <p><%= raw t 'export.start.export_details' %></p>
<div id="export_osm_too_large"> <div id="export_osm_too_large">
<h4><%= t'export.start.too_large.heading' %></h4> <p class="warning">
<p><%= t'export.start.too_large.body' %></p> <%= t'export.start.too_large.body' %>
</p>
<dl class="inner12"> <dl class="inner12">
<dt><a href="http://planet.openstreetmap.org/"><%= t'export.start.too_large.planet.title' %></a></dt> <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> <dd><%= t'export.start.too_large.planet.description' %></dd>

View file

@ -305,8 +305,7 @@ en:
licence: "Licence" 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).' 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: 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 sources listed below 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 following sources for bulk data downloads:"
planet: planet:
title: "Planet OSM" title: "Planet OSM"
description: "Regularly-updated copies of the complete OpenStreetMap database" description: "Regularly-updated copies of the complete OpenStreetMap database"