<% content_for :left_menu do %>
-<%= link_to_function t('site.key.map_key'), "showKey();" %>
+<%= link_to_function t('site.key.map_key'), "showKey();", { :title => t('site.key.map_key_tooltip') } %>
<% end %>
<script type="text/javascript">
}
function updateKey() {
- if (sidebarOpen("Map key"))
+ if (sidebarOpen("<%= t('site.key.map_key') %>"))
{
showKey();
}