Commit 7bff31da306b5cb4fd51ea424474308ca910075a
1 parent
93fdfc16
Exists in
master
and in
22 other branches
ActionItem523: fixing typo
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2314 3f533792-8f58-4932-b0fe-aaf55b0a4547
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,6 +5,6 @@ class Object | ||
5 | alias :getterm :__ | 5 | alias :getterm :__ |
6 | 6 | ||
7 | def n__(for_one, for_many, num) | 7 | def n__(for_one, for_many, num) |
8 | - ngettext(getterm(for_one), getterm(for_manu), num) | 8 | + ngettext(getterm(for_one), getterm(for_many), num) |
9 | end | 9 | end |
10 | end | 10 | end |