]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_common_details.html.erb
Fix untranslatable string
[rails.git] / app / views / browse / _common_details.html.erb
index ede9e14c5b3b515d2c23acf532e779123b59a5f5..054ffbd792f49d99be526f37767a5b924ef281a6 100644 (file)
@@ -25,7 +25,7 @@
 
 <% if @type == "node" %>
 <div class="details geo">
-  Location:
+  <%= t 'browse.location' %>
   <%= link_to(content_tag(:span, number_with_delimiter(common_details.lat), :class => "latitude") + ", " + content_tag(:span, number_with_delimiter(common_details.lon), :class => "longitude"), {:controller => 'site', :action => 'index', :lat => h(common_details.lat), :lon => h(common_details.lon), :zoom => "18"}) %>
 </div>
 <% end %>