From dffd5fe2d080732936d3f46a40b864a6bf9c6972 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 1 Mar 2012 12:19:44 +0000 Subject: [PATCH] Remove references to mapnik in the export pane --- app/views/export/_sidebar.html.erb | 2 +- config/locales/en.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/export/_sidebar.html.erb b/app/views/export/_sidebar.html.erb index 6011e12dc..b8f681b2f 100644 --- a/app/views/export/_sidebar.html.erb +++ b/app/views/export/_sidebar.html.erb @@ -20,7 +20,7 @@

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

diff --git a/config/locales/en.yml b/config/locales/en.yml index e96de1cfb..c431de33e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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 Creative Commons Attribution-ShareAlike 2.0 license.' -- 2.43.2