diff options
| author | wjames5 <will@tekimaki.com> | 2009-10-04 15:46:35 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-10-04 15:46:35 +0000 |
| commit | c2d49732b229c5447eab4b3369de3c4d45599dce (patch) | |
| tree | 08eaebcf1b8c21115702850c467eb7aca739c5c4 /admin | |
| parent | c0b31930a2b0d2baedb1a6b69590ee29c6519434 (diff) | |
| download | boards-c2d49732b229c5447eab4b3369de3c4d45599dce.tar.gz boards-c2d49732b229c5447eab4b3369de3c4d45599dce.tar.bz2 boards-c2d49732b229c5447eab4b3369de3c4d45599dce.zip | |
clearer language
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_boards_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/admin_boards_inc.php b/admin/admin_boards_inc.php index f79a12f..19c7791 100644 --- a/admin/admin_boards_inc.php +++ b/admin/admin_boards_inc.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_boards/admin/admin_boards_inc.php,v 1.11 2009/10/01 14:16:58 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_boards/admin/admin_boards_inc.php,v 1.12 2009/10/04 15:46:35 wjames5 Exp $ // Copyright (c) 2005 bitweaver BitBoards // All Rights Reserved. See below for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details. @@ -22,7 +22,7 @@ $formBitBoardsLists = array( 'note' => 'Allow users to be sent emails when topics they are interested in receive replies.', ), 'boards_posts_anon_moderation' => array( - 'label' => 'Enable Forced Anon Post Moderation', + 'label' => 'Require Anonymous Post Moderation', 'note' => 'Require that ALL Anonymous posts must be validated before they are shown.', ), 'boards_hide_edit_tpl' => array( |
