From a3a38df761c0dd5739db28bbd020091fa38aacb4 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 20 May 2009 16:25:41 -0300 Subject: [PATCH] ActionItem1049: better message --- app/controllers/my_profile/cms_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/my_profile/cms_controller.rb b/app/controllers/my_profile/cms_controller.rb index 7f72766..8ffac82 100644 --- a/app/controllers/my_profile/cms_controller.rb +++ b/app/controllers/my_profile/cms_controller.rb @@ -129,7 +129,7 @@ class CmsController < MyProfileController @article = profile.articles.find(params[:id]) profile.home_page = @article profile.save! - flash[:notice] = _('Article "%s" configured as home page.') % @article.name + flash[:notice] = _('"%s" configured as home page.') % @article.name redirect_to :action => 'view', :id => @article.id end -- libgit2 0.21.2