X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/be86e4824fe57c203c8916568527d38314d8423f..df495292376ecc893197bba7093bf2e558aad074:/app/views/site/export.html.erb?ds=inline
diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb
index bf5376fb5..84e3b1736 100644
--- a/app/views/site/export.html.erb
+++ b/app/views/site/export.html.erb
@@ -1,11 +1,11 @@
-<% set_title(t('export.title')) %>
+<% set_title(t('.title')) %>
- <%= t 'export.title' %>
+ <%= t '.title' %>
-<%= form_tag({:controller => "export", :action => "finish"}, :class => "export_form") do %>
+<%= form_tag({ :controller => "export", :action => "finish" }, :class => "export_form") do %>
<%= hidden_field_tag 'format', 'osm' %>
@@ -17,37 +17,37 @@
<%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %>
- <%= t'export.start.manually_select' %>
+ <%= t '.manually_select' %>
- <%= t'export.start.licence' %>
- <%= raw t 'export.start.export_details' %>
+ <%= t '.licence' %>
+ <%= raw t '.export_details' %>
- <%= t'export.start.too_large.body' %>
+ <%= t '.too_large.body' %>
- <%= submit_tag t('export.start.export_button') %>
+ <%= submit_tag t('.export_button') %>
-
<%= t'export.start.too_large.advice' %>
+
<%= t '.too_large.advice' %>
-
- - <%= t'export.start.too_large.overpass.title' %>
- - <%= t'export.start.too_large.overpass.description' %>
-
- - <%= t'export.start.too_large.planet.title' %>
- - <%= t'export.start.too_large.planet.description' %>
+
+ - <%= t '.too_large.overpass.title' %>
+ - <%= t '.too_large.overpass.description' %>
- - <%= t'export.start.too_large.geofabrik.title' %>
- - <%= t'export.start.too_large.geofabrik.description' %>
+ - <%= t '.too_large.planet.title' %>
+ - <%= t '.too_large.planet.description' %>
- - <%= t'export.start.too_large.other.title' %>
- - <%= t'export.start.too_large.other.description' %>
+ - <%= t '.too_large.geofabrik.title' %>
+ - <%= t '.too_large.geofabrik.description' %>
+
+ - <%= t '.too_large.other.title' %>
+ - <%= t '.too_large.other.description' %>
<% end %>