diff options
author | Joar Wandborg <git@wandborg.com> | 2012-09-22 12:03:32 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2012-09-22 12:03:32 +0200 |
commit | 5ee1ab2abb9d4ab0945930a6d79750bdd02ba8a3 (patch) | |
tree | a32a76d9b30ce1f38742eeab0252b7b203e89f06 | |
parent | d2eb7440d20361bc2f5e96c8ee812cc26e5c82bf (diff) | |
download | mediagoblin-5ee1ab2abb9d4ab0945930a6d79750bdd02ba8a3.tar.lz mediagoblin-5ee1ab2abb9d4ab0945930a6d79750bdd02ba8a3.tar.xz mediagoblin-5ee1ab2abb9d4ab0945930a6d79750bdd02ba8a3.zip |
Fixed typos visisble, appplication
-rw-r--r-- | mediagoblin/plugins/oauth/forms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/plugins/oauth/forms.py b/mediagoblin/plugins/oauth/forms.py index 35995373..7a2b9fa0 100644 --- a/mediagoblin/plugins/oauth/forms.py +++ b/mediagoblin/plugins/oauth/forms.py @@ -36,8 +36,8 @@ 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 visisble to users allowing your - appplication to authenticate as them.''')) + description=_('''This will be visble to users allowing your + application to authenticate as them.''')) type = wtforms.SelectField(_('Type'), [wtforms.validators.Required()], choices=[ |