Commit c7a23ce52fcb7e1cd54483ec8f50693311e50cfc

Authored by Antonio Terceiro
2 parents e9259e24 d48f2171

Merge commit 'd48f21713c3cd5e373af6afeb0e9233015790c73' into v0.11.x

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/views/profile_editor/_organization.rhtml
... ... @@ -35,7 +35,8 @@
35 35  
36 36 <br>
37 37 <div style='margin-bottom: 1em'>
38   - <%= _('New articles must be approved:')%>
  38 + <%= _('New articles posted by members of this group must be approved:')%>
  39 +
39 40 </div>
40 41 <div style='margin-bottom: 0.5em'>
41 42 <%= radio_button 'profile_data', 'moderated_articles', 'true', :style => 'float: left' %>
... ...