X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/324af6f17458edc4f23b7db182484f2feffff9fa..0d65a4f4606e2a72a2d6a8e44c4b4f83b4880a74:/forum_modules/akismet/settings.py
diff --git a/forum_modules/akismet/settings.py b/forum_modules/akismet/settings.py
index 57606d4..209f8e5 100644
--- a/forum_modules/akismet/settings.py
+++ b/forum_modules/akismet/settings.py
@@ -4,10 +4,10 @@ from forum.settings.minrep import MIN_REP_SET
from django.utils.translation import ugettext_lazy as _
WORDPRESS_API_KEY = Setting('WORDPRESS_API_KEY', '', EXT_KEYS_SET, dict(
-label = _("Wordpress API key"),
-help_text = _("Your Wordpress API key. You can get one at http://wordpress.com/"),
+label = _("WordPress API key"),
+help_text = _("Your WordPress API key. You can get one at http://wordpress.com/"),
required=False))
-REP_TO_FOR_NO_SPAM_CHECK = Setting('REP_TO_FOR_NO_SPAM_CHECK', 750, MIN_REP_SET, dict(
+REP_FOR_NO_SPAM_CHECK = Setting('REP_FOR_NO_SPAM_CHECK', 750, MIN_REP_SET, dict(
label = _("Minimum reputation to not have your posts checked"),
help_text = _("The minimum reputation a user must have so that when they post a question, answer or comment it is not checked for spam.")))