diff --git a/e107_admin/comment.php b/e107_admin/comment.php index 38a98ea3c..7a0563522 100644 --- a/e107_admin/comment.php +++ b/e107_admin/comment.php @@ -97,7 +97,7 @@ class comments_admin_ui extends e_admin_ui // optional, if $pluginName == 'core', core prefs will be used, else e107::getPluginConfig($pluginName); protected $prefs = array( - 'comments_disabled' => array('title'=>PRFLAN_161, 'type'=>'boolean'), // FIXME reverse? Check with Settings > Preferences > Comments/Posting + 'comments_disabled' => array('title'=>PRFLAN_161, 'type'=>'boolean'), // TODO reverse this setting somehow? ie. 'Allow comments' instead of 'Disable comments' (Moc) 'anon_post' => array('title'=>PRFLAN_32, 'type'=>'boolean'), 'comments_icon' => array('title'=>PRFLAN_89, 'type'=>'boolean'), 'nested_comments' => array('title'=>PRFLAN_88, 'type'=>'boolean'), diff --git a/e107_languages/English/admin/lan_prefs.php b/e107_languages/English/admin/lan_prefs.php index e7b8cf873..7e0514090 100644 --- a/e107_languages/English/admin/lan_prefs.php +++ b/e107_languages/English/admin/lan_prefs.php @@ -157,7 +157,7 @@ define("PRFLAN_157", "All Display Names have been reset to the Username"); define("PRFLAN_158", "Display Name maximum length (5..100)"); define("PRFLAN_159", "viewing this page with"); define("PRFLAN_160", "Check remote servers when validating email addresses."); -define("PRFLAN_161", "Allow users to post comments"); +define("PRFLAN_161", "Disable all comments on the site"); define("PRFLAN_162", "Site Contact Information"); define("PRFLAN_163", "e.g. Company Name, Address, Phone, etc."); define("PRFLAN_164", "Allow users to email copy of contact email to self");