X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c8bf26711c935aa14af1cfd72d8badc39b130f85..a8c7d1c4ce7b0b11eda847947a50dadcbee75cae:/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 %>