Commit a87f631168d75089da225a6c9fce45a1a9344c6c
1 parent
6aad2adf
Exists in
master
and in
29 other branches
ActionItem1049: fixing syntax error
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/unifreire_terminology.rb
... | ... | @@ -37,7 +37,7 @@ class UnifreireTerminology < Noosfero::Terminology::Custom |
37 | 37 | 'Disable Enterprise' => N_('Disable Institution'), |
38 | 38 | 'Enable Enterprise' => N_('Enable Institution'), |
39 | 39 | 'Enterprise Validation' => N_('Institution Validation'), |
40 | - 'Enterprise Info and settings' => N('Institution Info and settings'), | |
40 | + 'Enterprise Info and settings' => N_('Institution Info and settings'), | |
41 | 41 | }) |
42 | 42 | end |
43 | 43 | ... | ... |