Improve checkbox description
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 4 Sep 2013 12:54:00 +0000 (14:54 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 4 Sep 2013 12:54:00 +0000 (14:54 +0200)
Do not Enable/Disable next to a checkbox. So what does an enabled checkbox do then?

mediagoblin/edit/forms.py

index 3f1e2386a97a466acb6017aeee5d5b28f5934c40..388940b42655834c1babdd6bf89e7c81bd55f8fc 100644 (file)
@@ -64,7 +64,7 @@ class EditAccountForm(wtforms.Form):
     wants_comment_notification = wtforms.BooleanField(
         description=_("Email me when others comment on my media"))
     wants_notifications = wtforms.BooleanField(
-        description=_("Enable/Disable insite notifications"))
+        description=_("Enable insite notifications about events."))
     license_preference = wtforms.SelectField(
         _('License preference'),
         [