]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/relation.html.erb
Rationalize browse translation keys
[rails.git] / app / views / browse / relation.html.erb
index 2587fe01b615aa4a29bfe15dc9d15318e4fb15c6..39f642417ca5cae5bbefe794e5205e82a7bc6439 100644 (file)
@@ -11,7 +11,7 @@
 <%= render :partial => "relation_details", :object => @relation %>
 
 <div class='secondary-actions'>
-  <%= link_to(t('browse.relation.download_xml'), :controller => "relation", :action => "read") %>
+  <%= link_to(t('browse.download_xml'), :controller => "relation", :action => "read") %>
   &middot;
-  <%= link_to(t('browse.relation.view_history'), :action => "relation_history") %>
+  <%= link_to(t('browse.view_history'), :action => "relation_history") %>
 </div>