From: Shaun McDonald Date: Fri, 29 May 2009 11:42:11 +0000 (+0000) Subject: i18n'ed the site set of views. X-Git-Tag: live~7387^2~62 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/3a51160a5b1c06126597cfaff31503839919c136 i18n'ed the site set of views. --- diff --git a/app/views/site/_key.rhtml b/app/views/site/_key.rhtml index f800bbb97..6969916a2 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('side.key.map_key'), "showKey();" %> <% end %>