]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/akismet/settings.py
the urls in the bulk management view in the administration should pass through smart_...
[osqa.git] / forum_modules / akismet / settings.py
index 57606d45020eda316633f5566ff5aefc8c6ec5c0..209f8e5cdc3f7aab1e170e043516848f274ed1eb 100644 (file)
@@ -4,10 +4,10 @@ from forum.settings.minrep import MIN_REP_SET
 from django.utils.translation import ugettext_lazy as _\r
 \r
 WORDPRESS_API_KEY = Setting('WORDPRESS_API_KEY', '', EXT_KEYS_SET, dict(\r
-label = _("Wordpress API key"),\r
-help_text = _("Your Wordpress API key. You can get one at <a href='http://wordpress.com/'>http://wordpress.com/</a>"),\r
+label = _("WordPress API key"),\r
+help_text = _("Your WordPress API key. You can get one at <a href='http://wordpress.com/'>http://wordpress.com/</a>"),\r
 required=False))\r
 \r
-REP_TO_FOR_NO_SPAM_CHECK = Setting('REP_TO_FOR_NO_SPAM_CHECK', 750, MIN_REP_SET, dict(\r
+REP_FOR_NO_SPAM_CHECK = Setting('REP_FOR_NO_SPAM_CHECK', 750, MIN_REP_SET, dict(\r
 label = _("Minimum reputation to not have your posts checked"),\r
 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.")))\r