Commit de91cf8b21e4b20d61730a9ff22422830b7561cc
Committed by
Antonio Terceiro
1 parent
b625785a
Exists in
master
and in
28 other branches
AI1049: fixing N to N_
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/zen3_terminology.rb
... | ... | @@ -78,7 +78,7 @@ class Zen3Terminology < Noosfero::Terminology::Custom |
78 | 78 | 'Disable Enterprise' => N_('Disable Organization'), |
79 | 79 | 'Enable Enterprise' => N_('Enable Organization'), |
80 | 80 | 'Enterprise Validation' => N_('Organization Validation'), |
81 | - 'Enterprise Info and settings' => N('Organization Info and settings'), | |
81 | + 'Enterprise Info and settings' => N_('Organization Info and settings'), | |
82 | 82 | }) |
83 | 83 | end |
84 | 84 | ... | ... |