Commit 284128b1cb13a9802af4a4cfe36b97dc91d9252a

Authored by AntonioTerceiro
1 parent 99d7ddca

ActionItem533: marking zen3 terminology

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2321 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/views/memberships/index.rhtml
... ... @@ -27,7 +27,7 @@
27 27  
28 28 <% button_bar do %>
29 29 <%= button(:add, _('Create a new community'), :controller => 'memberships', :action => 'new_community') %>
30   - <%= button(:add, _('Register a new Enterprise'), :controller => 'enterprise_registration') if environment.regions.any?{|i| i.has_validator?} %>
  30 + <%= button(:add, __('Register a new Enterprise'), :controller => 'enterprise_registration') if environment.regions.any?{|i| i.has_validator?} %>
31 31 <%= button :back, _('Go back'), :controller => 'profile_editor' %>
32 32 <% end %>
33 33  
... ...
lib/zen3_terminology.rb
... ... @@ -37,6 +37,7 @@ class Zen3Terminology &lt; Noosfero::Terminology::Custom
37 37 'Here are all <b>%s</b>\'s favorite enterprises.' => N_('Here are all <b>%s</b>\'s favorite organizations.'),
38 38 'Favorite Enterprises' => N_('Favorite Organizations'),
39 39 'Enterprises in "%s"' => N_('Organizations in "%s"'),
  40 + 'Register a new Enterprise' => N_('Register a new organization'),
40 41 })
41 42 end
42 43  
... ...