summaryrefslogtreecommitdiff
path: root/includes/hostname.conf
diff options
context:
space:
mode:
Diffstat (limited to 'includes/hostname.conf')
-rw-r--r--includes/hostname.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/hostname.conf b/includes/hostname.conf
index 57d5f574c..764c1f52b 100644
--- a/includes/hostname.conf
+++ b/includes/hostname.conf
@@ -58,8 +58,8 @@ $themes = array("UnConeD" => array(
#
# Submission moderation votes:
# The keys of this associative array are displayed in each submission's selection box whereas the corresponding values represent the mathematical calculation to be performed to update a comment's value.
-# Warning: changing $submission_votes will affect the integrity of all pending stories in the open submission queue. Do not change this setting unless there are no pending stories in the submission queue or unless you know what you are doing.
-$submission_votes = array("neutral (+0)" => "+ 0",
+# Warning: changing $moderation_votes will affect the integrity of all pending stories in the open submission queue. Do not change this setting unless there are no pending stories in the submission queue or unless you know what you are doing.
+$moderation_votes = array("neutral (+0)" => "+ 0",
"post it (+1)" => "+ 1",
"dump it (-1)" => "- 1");