Correcting a couple of spelling errors. Thanks elesa, for finding them!

This commit is contained in:
Christopher Allan Webber 2012-09-24 11:38:55 -05:00
parent 4f8508f664
commit 315ac0a2d3

View File

@ -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()],