projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b0686
)
Fix #2323: typo on oauth connections page
author
Brion Vibber
<brion@pobox.com>
Tue, 21 Sep 2010 01:07:19 +0000
(18:07 -0700)
committer
Brion Vibber
<brion@pobox.com>
Tue, 21 Sep 2010 01:07:19 +0000
(18:07 -0700)
actions/oauthconnectionssettings.php
patch
|
blob
|
history
diff --git
a/actions/oauthconnectionssettings.php
b/actions/oauthconnectionssettings.php
index 8a206d7101372f3dd69dd9c6af9e92ec203b2051..1fa70662fc88690c294abc3ad59fe319c769241b 100644
(file)
--- 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 you
r
account.');
}
/**