Browse Source

! Reworded string to fix #398. As discussed, ideally we'd change how the permissions are handled in general but this is really not something we should be doing in 2.1 because it's fundamentally changing how users configure it and might lead to all kinds of unexpected issues. 3.0 on the other hand is fair game for such.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
a45e0454a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/languages/Profile.english.php

+ 1 - 1
Themes/default/languages/Profile.english.php

@@ -348,7 +348,7 @@ $txt['ignore_add_button'] = 'Add';
 $txt['no_ignore'] = 'Your ignore list is currently empty';
 
 $txt['regular_members'] = 'Registered Members';
-$txt['regular_members_desc'] = 'Every member of the forum is a member of this group.';
+$txt['regular_members_desc'] = 'Every member of the forum, without a different badge or title, is a member of this group.';
 $txt['group_membership_msg_free'] = 'Your group membership was successfully updated.';
 $txt['group_membership_msg_request'] = 'Your request has been submitted, please be patient while the request is considered.';
 $txt['group_membership_msg_primary'] = 'Your primary group has been updated';