Merge remote-tracking branch 'refs/remotes/spaetz/trac_475_email_notification_checkbox'

This commit is contained in:
Christopher Allan Webber
2012-11-13 08:55:14 -06:00
2 changed files with 9 additions and 6 deletions

View File

@@ -68,8 +68,7 @@ class EditAccountForm(wtforms.Form):
[wtforms.validators.Length(min=6, max=30)],
id="password")
wants_comment_notification = wtforms.BooleanField(
_(''),
description=_("Email me when others comment on my media"))
label=_("Email me when others comment on my media"))
class EditAttachmentsForm(wtforms.Form):