Commit 628d4412dbf865edc712d9add62696f6b827e750
1 parent
934f8dce
Exists in
master
and in
29 other branches
ActionItem154: fixing gettext call
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1419 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -159,7 +159,7 @@ module ApplicationHelper |
159 | 159 | def footer |
160 | 160 | # FIXME: add some information from the environment |
161 | 161 | [ |
162 | - content_tag('div', _('This is %s, version %s' % [ link_to(Noosfero::PROJECT, 'http://www.colivre.coop.br/Noosfero'), Noosfero::VERSION])), | |
162 | + content_tag('div', _('This is %s, version %s') % [ link_to(Noosfero::PROJECT, 'http://www.noosfero.com.br/'), Noosfero::VERSION]), | |
163 | 163 | ].join("\n") |
164 | 164 | end |
165 | 165 | ... | ... |