From 560fd63843323483fbd9c137793baed9871c6037 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Wed, 4 Sep 2013 14:54:00 +0200 Subject: Improve checkbox description Do not Enable/Disable next to a checkbox. So what does an enabled checkbox do then? --- mediagoblin/edit/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mediagoblin/edit/forms.py') diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py index 3f1e2386..388940b4 100644 --- a/mediagoblin/edit/forms.py +++ b/mediagoblin/edit/forms.py @@ -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'), [ -- cgit v1.2.3