Remove references to mapnik in the export pane

This commit is contained in:
Tom Hughes 2012-03-01 12:19:44 +00:00
parent b61e414356
commit dffd5fe2d0
2 changed files with 2 additions and 3 deletions

View file

@ -20,7 +20,7 @@
<p>
<%= radio_button_tag("format", "osm") %> <%= t'export.start.osm_xml_data' %>
<br/>
<%= radio_button_tag("format", "mapnik") %> <%= t'export.start.mapnik_image' %>
<%= radio_button_tag("format", "mapnik") %> <%= t'export.start.map_image' %>
<br/>
<%= radio_button_tag("format", "html") %> <%= t'export.start.embeddable_html' %>
</p>

View file

@ -406,8 +406,7 @@ en:
manually_select: "Manually select a different area"
format_to_export: "Format to Export"
osm_xml_data: "OpenStreetMap XML Data"
mapnik_image: "Mapnik Image"
osmarender_image: "Osmarender Image"
map_image: "Map Image (shows standard layer)"
embeddable_html: "Embeddable HTML"
licence: "Licence"
export_details: 'OpenStreetMap data is licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>.'