Commit d73c39001392700fe537522ebd4ac1bdd95f43a9

Authored by Antonio Terceiro
1 parent 2f267d76

ActionItem1177: fixing bug in terminology

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/noosfero/core_ext/object.rb
... ... @@ -5,6 +5,6 @@ class Object
5 5 alias :getterm :__
6 6  
7 7 def n__(for_one, for_many, num)
8   - ngettext(getterm(for_one), getterm(for_many), num)
  8 + getterm(ngettext(for_one, for_many, num))
9 9 end
10 10 end
... ...