]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix #2323: typo on oauth connections page
authorBrion Vibber <brion@pobox.com>
Tue, 21 Sep 2010 01:07:19 +0000 (18:07 -0700)
committerBrion Vibber <brion@pobox.com>
Tue, 21 Sep 2010 01:07:19 +0000 (18:07 -0700)
actions/oauthconnectionssettings.php

index 8a206d7101372f3dd69dd9c6af9e92ec203b2051..1fa70662fc88690c294abc3ad59fe319c769241b 100644 (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.');
     }
 
     /**