diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-09-24 11:38:55 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-09-24 11:40:47 -0500 |
commit | 315ac0a2d3fe570cb23a01ce7f094389e1e207d2 (patch) | |
tree | 93d964df905c3a01003aca6c2c30318a437edac1 /mediagoblin/plugins/oauth/forms.py | |
parent | 4f8508f664089f793e1f42a654df707b457be92d (diff) | |
download | mediagoblin-315ac0a2d3fe570cb23a01ce7f094389e1e207d2.tar.lz mediagoblin-315ac0a2d3fe570cb23a01ce7f094389e1e207d2.tar.xz mediagoblin-315ac0a2d3fe570cb23a01ce7f094389e1e207d2.zip |
Correcting a couple of spelling errors. Thanks elesa, for finding them!
Diffstat (limited to 'mediagoblin/plugins/oauth/forms.py')
-rw-r--r-- | mediagoblin/plugins/oauth/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/plugins/oauth/forms.py b/mediagoblin/plugins/oauth/forms.py index 7a2b9fa0..2a956dad 100644 --- a/mediagoblin/plugins/oauth/forms.py +++ b/mediagoblin/plugins/oauth/forms.py @@ -36,7 +36,7 @@ class ClientRegistrationForm(wtforms.Form): description=_('The name of the OAuth client')) description = wtforms.TextAreaField(_('Description'), [wtforms.validators.Length(min=0, max=500)], - description=_('''This will be visble to users allowing your + description=_('''This will be visible to users allowing your application to authenticate as them.''')) type = wtforms.SelectField(_('Type'), [wtforms.validators.Required()], |