Commit 24a786201bdb60d6ea77c83ef529b28a13e9da55

Authored by MoisesMachado
1 parent 4e5aa35a

ActionItem660: added string to zen3 terminology

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/branches/0.11.x@2492 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/views/friends/index.rhtml
... ... @@ -21,8 +21,7 @@
21 21 <% if @friends.empty? %>
22 22 <p>
23 23 <em>
24   - <%# __('You have no friends yet. Go make some.') %>
25   - <%= _('You have no contacts yet.') %>
  24 + <%= __('You have no friends yet.') %>
26 25 <%= link_to _('Want you see other persons on this environment?'), :controller => 'search', :action => 'assets', :asset => 'people' %>
27 26 </em>
28 27 </p>
... ...
lib/zen3_terminology.rb
... ... @@ -52,7 +52,7 @@ class Zen3Terminology &lt; Noosfero::Terminology::Custom
52 52 'Add friend' => N_('Add contact'),
53 53 'Removing friend: %s' => N_('Removing friend: %s'),
54 54 'Clicking on this button will remove your friend relation with %s.' => N_('Clicking on this button will remove your contact relation with %s.'),
55   - 'You have no friends yet. Go make some.' => N_('You have no contacts yet. Go make some.'),
  55 + 'You have no friends yet.' => N_('You have no contacts yet.'),
56 56 '%s\'s friends' => N_('%s\'s contacts'),
57 57 'Here are all <b>%s</b>\'s friends.' => N_('Here are all <b>%s</b>\'s contacts.'),
58 58 'Friends' => N_('Contacts'),
... ...