projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
100625f
)
Improve checkbox description
author
Sebastian Spaeth
<Sebastian@SSpaeth.de>
Wed, 4 Sep 2013 12:54:00 +0000
(14:54 +0200)
committer
Sebastian 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
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/edit/forms.py
b/mediagoblin/edit/forms.py
index 3f1e2386a97a466acb6017aeee5d5b28f5934c40..388940b42655834c1babdd6bf89e7c81bd55f8fc 100644
(file)
--- 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'),
[