From 7bd7ee629eac9cea8b51919c1a20a51a3e473210 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 31 Jan 2011 15:12:52 -0300 Subject: [PATCH] Fixing notice message --- app/controllers/my_profile/tasks_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/my_profile/tasks_controller.rb b/app/controllers/my_profile/tasks_controller.rb index 8c5dc6a..81ea65c 100644 --- a/app/controllers/my_profile/tasks_controller.rb +++ b/app/controllers/my_profile/tasks_controller.rb @@ -33,7 +33,7 @@ class TasksController < MyProfileController if failed.blank? session[:notice] = _("All decisions were applied successfully.") else - session[:notice] = _("Some tasks couldn't be applied.") + session[:notice] = _("Some decisions couldn't be applied.") end redirect_to params.merge!(:action => 'index', :failed => failed) end -- libgit2 0.21.2