X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a39ed81cd2e9c6669049132b7a02adf652decf44..d8d3d21a2c072b9bd7238d918445d6a4d0894fff:/app/views/site/_key.rhtml diff --git a/app/views/site/_key.rhtml b/app/views/site/_key.rhtml index 54ec82909..f01cb67dd 100644 --- a/app/views/site/_key.rhtml +++ b/app/views/site/_key.rhtml @@ -1,16 +1,26 @@ <% 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 %>