Fix typo in key name: autorize → authorize.

This commit is contained in:
Jordi Mallach 2012-04-15 19:05:03 +02:00
parent 7b73c62a0b
commit 2bb9fbf58d
2 changed files with 2 additions and 2 deletions

View file

@ -38,5 +38,5 @@
:url => oauth_authorize_path(params.slice(:redirect_uri, :client_id, :client_secret)) do |form|
%br
%p
= form.submit "Fuck Yeah!", :value => t('.autorize'), :class => 'button'
= form.submit "Fuck Yeah!", :value => t('.authorize'), :class => 'button'
= form.submit "Hell No.", :value => t('.nope'), :class => 'button'

View file

@ -940,7 +940,7 @@ en:
no_applications: "You haven't registered any applications yet."
new:
cubbies_will: "Cubbies will be able to post photos on your behalf"
autorize: "Authorize"
authorize: "Authorize"
nope: "No"
streams: