From 58e4b5a85528af237af7b67e53f93e8bf1478044 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Fri, 28 May 2010 18:16:44 -0300 Subject: [PATCH] Message with 'destroyed' instead of 'removed' --- app/controllers/my_profile/memberships_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/my_profile/memberships_controller.rb b/app/controllers/my_profile/memberships_controller.rb index fbcb3e6..b19841f 100644 --- a/app/controllers/my_profile/memberships_controller.rb +++ b/app/controllers/my_profile/memberships_controller.rb @@ -29,7 +29,7 @@ class MembershipsController < MyProfileController @community = Community.find(params[:id]) if request.post? if @community.destroy - flash[:notice] = _('%s was destroyed!') % @community.short_name + flash[:notice] = _('%s was removed.') % @community.short_name redirect_to :action => 'index' end end -- libgit2 0.21.2