X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/361819b0fe7ca836ebe72f222f70a5c191a7e12e..c48263e15c7d6a4547863b533ff863d5146917e8:/app/views/browse/node_history.rhtml diff --git a/app/views/browse/node_history.rhtml b/app/views/browse/node_history.rhtml index 918be42dc..ea96c091f 100644 --- a/app/views/browse/node_history.rhtml +++ b/app/views/browse/node_history.rhtml @@ -1,6 +1,6 @@ <% @name = printable_name @node -@title = 'Node History | ' + @name +@title = t('browse.node_history.node_history') + ' | ' + @name %>

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

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