Commit 9e281c9ccb7fc0d86c5c09c801d2cbdf8106968f
1 parent
b9ba4f2c
Exists in
master
and in
29 other branches
ActionItem501: updating wording
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2264 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -657,7 +657,7 @@ module ApplicationHelper |
657 | 657 | title = "<h1>" + title + "</h1>" |
658 | 658 | title += "<h2 align='center'>" + _("Searched for '%s'") % options[:query] + "</h2>" if !options[:query].blank? |
659 | 659 | title += "<h2 align='center'>" + _("In category %s") % options[:category] + "</h2>" if !options[:category].blank? |
660 | - title += "<h2 align='center'>" + _("within %d from %s") % [options[:distance], options[:region]] + "</h2>" if !options[:distance].blank? && !options[:region].blank? | |
660 | + title += "<h2 align='center'>" + _("within %d km from %s") % [options[:distance], options[:region]] + "</h2>" if !options[:distance].blank? && !options[:region].blank? | |
661 | 661 | title += "<h2 align='center'>" + _("%d results found") % options[:total_results] + "</h2>" if !options[:total_results].blank? |
662 | 662 | title |
663 | 663 | end | ... | ... |