Improve checkbox description

Do not Enable/Disable next to a checkbox. So what does an enabled checkbox do then?
This commit is contained in:
Sebastian Spaeth 2013-09-04 14:54:00 +02:00
parent 100625f6c2
commit 560fd63843

View 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'),
[