Commit ce7e0d21556f411e99cfd75a522683f8919207d9
1 parent
0e63e4d1
Exists in
master
and in
29 other branches
ActionItem864: adding missing terminology for Unifreire
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/unifreire_terminology.rb
... | ... | @@ -29,6 +29,7 @@ class UnifreireTerminology < Noosfero::Terminology::Custom |
29 | 29 | 'Register a new Enterprise' => N_('Register a new Institution'), |
30 | 30 | 'Events' => N_('Schedule'), |
31 | 31 | 'Manage enterprise fields' => N_('Manage institutions fields'), |
32 | + "%s's enterprises" => N_("%s's institutions"), | |
32 | 33 | }) |
33 | 34 | end |
34 | 35 | ... | ... |