X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c1299fbb35d99287e25d7c7573bb467fc6b9ac5f..a50d61c7ba60930f7448c833966581960bbebdd1:/app/views/site/_key.rhtml diff --git a/app/views/site/_key.rhtml b/app/views/site/_key.rhtml index c6b6fe29a..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 %>