From 486803f84ba085acd0aefe0a572318800fb9b3ee Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Fri, 29 May 2009 15:44:27 +0000 Subject: [PATCH] Typo in site key. More of the user view i18n'ed --- app/views/site/_key.rhtml | 2 +- app/views/user/view.rhtml | 25 ++++++++++++------------- config/locales/en.yml | 19 ++++++++++++++++--- 3 files changed, 29 insertions(+), 17 deletions(-) diff --git a/app/views/site/_key.rhtml b/app/views/site/_key.rhtml index 6969916a2..9782b4cc5 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 t('side.key.map_key'), "showKey();" %> +<%= link_to_function t('site.key.map_key'), "showKey();" %> <% end %>