Commit 81a4c24dc6d28a51aa9cfc5b08c98c9f7f85f17e
1 parent
efe11c3b
Exists in
master
and in
29 other branches
ActionItem303: marking string for translation
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1658 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/environment_statistics_block.rb
... | ... | @@ -15,7 +15,7 @@ class EnvironmentStatisticsBlock < Block |
15 | 15 | n_('One community', '%{num} communities', communities) % { :num => communities }, |
16 | 16 | ] |
17 | 17 | |
18 | - block_title(('Statistics for %s') % owner.name) + content_tag('ul', info.map {|item| content_tag('li', item) }.join("\n")) | |
18 | + block_title(_('Statistics for %s') % owner.name) + content_tag('ul', info.map {|item| content_tag('li', item) }.join("\n")) | |
19 | 19 | end |
20 | 20 | |
21 | 21 | end | ... | ... |