]> git.openstreetmap.org Git - rails.git/commitdiff
Remove references to mapnik in the export pane
authorTom Hughes <tom@compton.nu>
Thu, 1 Mar 2012 12:19:44 +0000 (12:19 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 1 Mar 2012 12:19:44 +0000 (12:19 +0000)
app/views/export/_sidebar.html.erb
config/locales/en.yml

index 6011e12dc207a602323cf1c1267bb9bb8412b8e0..b8f681b2fdcc8534e9401cf84dbe9c88691daec8 100644 (file)
@@ -20,7 +20,7 @@
     <p>
       <%= radio_button_tag("format", "osm") %> <%= t'export.start.osm_xml_data' %>
       <br/>
     <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>
       <br/>
       <%= radio_button_tag("format", "html") %> <%= t'export.start.embeddable_html' %>
     </p>
index e96de1cfb95e875c67fe36480307d203a2be38ad..c431de33e6821e31f6f049da4cda5a8268e86a8b 100644 (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"
       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>.'
       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>.'