From: Brion Vibber Date: Tue, 21 Sep 2010 01:07:19 +0000 (-0700) Subject: Fix #2323: typo on oauth connections page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d342899677d208d7e300b29ad3a8d053e4c6f704;p=quix0rs-gnu-social.git Fix #2323: typo on oauth connections page --- diff --git a/actions/oauthconnectionssettings.php b/actions/oauthconnectionssettings.php index 8a206d7101..1fa70662fc 100644 --- a/actions/oauthconnectionssettings.php +++ b/actions/oauthconnectionssettings.php @@ -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.'); } /**