X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a2d8f518278e97705f31f01386c3ceec1be13110..91bc3c92441bb2f85510b40741b30ee89dcf97f1:/app/views/site/_key.rhtml diff --git a/app/views/site/_key.rhtml b/app/views/site/_key.rhtml index 643099498..f01cb67dd 100644 --- a/app/views/site/_key.rhtml +++ b/app/views/site/_key.rhtml @@ -1,5 +1,5 @@ <% content_for :left_menu do %> -<%= link_to_function "Map key", "showKey();" %> +<%= link_to_function t('site.key.map_key'), "showKey();", { :title => t('site.key.map_key_tooltip') } %> <% end %>