]> git.openstreetmap.org Git - rails.git/commitdiff
Make the "map" link on the traces page translatable.
authorTom Hughes <tom@compton.nu>
Mon, 1 Jun 2009 23:07:24 +0000 (23:07 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 1 Jun 2009 23:07:24 +0000 (23:07 +0000)
app/views/trace/_trace.rhtml
config/locales/en.yml

index 430d87344c5b120b5c443febe3dcb18feda3799e..7c52e79ced8092e5440427a9691d17e25e6ae84c 100644 (file)
@@ -14,7 +14,7 @@
       <% end %> 
       ... <%= time_ago_in_words( trace.timestamp ) %>  ago</span>
       <%= link_to t('trace.trace.more'), {:controller => 'trace', :action => 'view', :display_name => trace.user.display_name, :id => trace.id}, {:title => t('trace.trace.trace_details')} %> /
-      <%= link_to_if trace.inserted?, 'map', {:controller => 'site', :action => 'index', :lat => trace.latitude, :lon => trace.longitude, :zoom => 14}, {:title => t('trace.trace.view_map')} %> /
+      <%= link_to_if trace.inserted?, t('trace.trace.map'), {:controller => 'site', :action => 'index', :lat => trace.latitude, :lon => trace.longitude, :zoom => 14}, {:title => t('trace.trace.view_map')} %> /
       <%= link_to t('trace.trace.edit'), {:controller => 'site', :action => 'edit', :gpx => trace.id }, {:title => t('trace.trace.edit_map')} %>
       <% if trace.public? %>
         <span style="color:green"><%= t'trace.trace.public' %></span>
index 6a4c14d2a1f39466ffe7b6be5ee2507e217b3ae8..154664da892ef7ea5c0d8918045768174074b805 100644 (file)
@@ -477,6 +477,7 @@ en:
       private: "PRIVATE"
       by: "by"
       in: "in"
+      map: "map"
   user:
     login:
       heading: "Login"