Commit 917ec59c47874ae2e86978ac44700878c0b7a68f
1 parent
3ffbb52a
Exists in
master
and in
28 other branches
ActionItem154: removing Portuguese string in source
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1393 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/controllers/my_profile/cms_controller.rb
... | ... | @@ -84,7 +84,7 @@ class CmsController < MyProfileController |
84 | 84 | @article = profile.articles.find(params[:id]) |
85 | 85 | profile.home_page = @article |
86 | 86 | profile.save! |
87 | - flash[:notice] = _('Artigo "%s" configurado como página inicial.') % @article.name | |
87 | + flash[:notice] = _('Article "%s" configured as home page.') % @article.name | |
88 | 88 | redirect_to :action => 'view', :id => @article.id |
89 | 89 | end |
90 | 90 | ... | ... |