X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9b780a689b398e0d41d7aac0e9b9b3d58f5b1166..bbf30e76e4bfcd70e62fc84ecd32c5e494506e9e:/app/views/browse/relation_history.html.erb diff --git a/app/views/browse/relation_history.html.erb b/app/views/browse/relation_history.html.erb index 649638a76..a62ac2ef7 100644 --- a/app/views/browse/relation_history.html.erb +++ b/app/views/browse/relation_history.html.erb @@ -11,9 +11,8 @@ <%= render :partial => "relation_details", :object => relation %>
<% end %> - <%= link_to "Download XML", :controller => "old_relation", :action => "history" %> - or - <%= link_to "view details", :action => "relation" %> + <%= t'browse.relation_history.download', :download_xml_link => link_to(t('browse.relation_history.download_xml'), :controller => "old_relation", :action => "history"), + :view_details_link => link_to(t('browse.relation_history.view_details'), :action => "relation") %> <%= render :partial => "map", :object => @relation %>