浏览代码

! 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 年之前
父节点
当前提交
a45e0454a3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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';