From f4f4d347d74fd7df3758249bd357033a836b6f33 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 31 Jan 2011 15:05:25 -0300 Subject: [PATCH] Fixing message --- app/views/profile_members/last_admin.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profile_members/last_admin.rhtml b/app/views/profile_members/last_admin.rhtml index 476c123..db3404b 100644 --- a/app/views/profile_members/last_admin.rhtml +++ b/app/views/profile_members/last_admin.rhtml @@ -16,7 +16,7 @@ <% else %>
- <%= _('Since you are the last administrator and there is no other member in this community, the next member to join this community will assume the administrator role.') % profile.name %> + <%= _('Since you are the last administrator and there is no other member in this community, the next user to join this community will assume the administrator role.') % profile.name %>
<% form_tag :action => 'update_roles', :roles => @roles, :person => @person, :confirmation => true do %> -- libgit2 0.21.2