X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/22292debda11f9940ed98faa5f9c01697d6bfcaa..c451aa915c7012faf85fb3e973da7b14c3329720:/app/views/browse/way_history.rhtml diff --git a/app/views/browse/way_history.rhtml b/app/views/browse/way_history.rhtml index c39cad54d..edb967e9e 100644 --- a/app/views/browse/way_history.rhtml +++ b/app/views/browse/way_history.rhtml @@ -1,8 +1,8 @@ <% @name = printable_name @way -@title = 'Way History | ' + @name +@title = t('browse.way_history.way_history') + ' | ' + @name %> -

Way History: <%= h(@name) %>

+

<%= t'browse.way_history.way_history_title', :way_name => h(@name) %>

@@ -11,9 +11,8 @@ <%= render :partial => "way_details", :object => way %>
<% end %> - <%= link_to "Download XML", :controller => "old_way", :action => "history" %> - or - <%= link_to "view details", :action => "way" %> + <%= t'browse.way_history.download', :download_xml_link => link_to(t('browse.way_history.download_xml'), :controller => "old_way", :action => "history"), + :view_details_link => link_to(t('browse.way_history.view_details'), :action => "way") %> <%= render :partial => "map", :object => @way %>