Commit 2a264586224314df04efb3a2bad4b40174213ba1

Authored by Victor Costa
2 parents c8372b95 56a0d4fa

Merge branch 'rails3' into rails3_stable

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
plugins/people_block/lib/members_block.rb
... ... @@ -12,7 +12,7 @@ class MembersBlock < PeopleBlockBase
12 12 end
13 13  
14 14 def default_title
15   - title = role ? role.name : n_('members')
  15 + title = role ? role.name : _('members')
16 16 _('{#} %s') % title
17 17 end
18 18  
... ...