From 92e2bdd18707627784b580e1e8415faf98e600ef Mon Sep 17 00:00:00 2001 From: sandoz Date: Sun, 22 Mar 2009 12:42:54 +0100 Subject: [PATCH] Renamed 'Help' to 'Hilfe' in top loginInfo bar --- app/views/shared/_loginInfo.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_loginInfo.haml b/app/views/shared/_loginInfo.haml index f599785a..ad2db31f 100644 --- a/app/views/shared/_loginInfo.haml +++ b/app/views/shared/_loginInfo.haml @@ -4,5 +4,5 @@ = link_to h(@current_user.nick), my_profile_path, { :title => _("User Settings") } - if APP_CONFIG[:homepage] %li= link_to APP_CONFIG[:name], APP_CONFIG[:homepage], { :title => _("Go to your FoodCoop-Hompage") } - %li= link_to _("Help"), 'http://dev.foodcoops.net/wiki/FoodsoftDoku' + %li= link_to _("Hilfe"), 'http://dev.foodcoops.net/wiki/FoodsoftDoku' %li= link_to _("Logout"), :controller => '/login', :action => 'logout' \ No newline at end of file