From: Christopher Allan Webber Date: Mon, 24 Sep 2012 16:38:55 +0000 (-0500) Subject: Correcting a couple of spelling errors. Thanks elesa, for finding them! X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=315ac0a2d3fe570cb23a01ce7f094389e1e207d2;p=mediagoblin.git Correcting a couple of spelling errors. Thanks elesa, for finding them! --- 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()],