Commit 7332d4df40684c681b87cfa02ee3e52a02da73e6
1 parent
9a488682
Exists in
master
and in
22 other branches
ActionItem612: updated terminology
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2447 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
lib/zen3_terminology.rb
... | ... | @@ -56,8 +56,8 @@ class Zen3Terminology < Noosfero::Terminology::Custom |
56 | 56 | 'You have no friends yet. Go make some.' => N_('You have no contacts yet. Go make some.'), |
57 | 57 | '%s\'s friends' => N_('%s\'s contacts'), |
58 | 58 | '%s\' friends' => N_('%s\' contacts'), |
59 | - 'Here are all <b>%s</b>\'s friends.' => N_('Here are all <b>%s</b>\'s friends.'), | |
60 | - | |
59 | + 'Here are all <b>%s</b>\'s friends.' => N_('Here are all <b>%s</b>\'s contacts.'), | |
60 | + 'Creating new community' => N_('Creating new group'), | |
61 | 61 | }) |
62 | 62 | end |
63 | 63 | ... | ... |