Fix #2323: typo on oauth connections page

This commit is contained in:
Brion Vibber 2010-09-20 18:07:19 -07:00
parent 28b06864fb
commit d342899677
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class OauthconnectionssettingsAction extends ConnectSettingsAction
function getInstructions()
{
return _('You have allowed the following applications to access you account.');
return _('You have allowed the following applications to access your account.');
}
/**