diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-13 18:27:05 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-13 18:27:05 -0700 |
commit | c095d1fddeced2415b6d780b4140457a5cda41d0 (patch) | |
tree | b906f8d60e1359a75da673178bf8292c2af77aa9 /mod/twitter_api/languages | |
parent | ef119763b51119a10851a7a3fb1258c7116a96c0 (diff) | |
download | elgg-c095d1fddeced2415b6d780b4140457a5cda41d0.tar.gz elgg-c095d1fddeced2415b6d780b4140457a5cda41d0.tar.bz2 |
Fixes #3177. Don't show the authorize twitter plugin setting if the admin hasn't set up the plugin.
Diffstat (limited to 'mod/twitter_api/languages')
-rw-r--r-- | mod/twitter_api/languages/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/twitter_api/languages/en.php b/mod/twitter_api/languages/en.php index 9d8554a9e..f4b3c7f94 100644 --- a/mod/twitter_api/languages/en.php +++ b/mod/twitter_api/languages/en.php @@ -21,6 +21,8 @@ $english = array( 'twitter_api:usersettings:authorized' => "You have authorized %s to access your Twitter account: @%s.", 'twitter_api:usersettings:revoke' => 'Click <a href="%s">here</a> to revoke access.', + 'twitter_api:usersettings:site_not_configured' => 'An administrator must first configure Twitter before it can be used.', + 'twitter_api:revoke:success' => 'Twitter access has been revoked.', 'twitter_api:login' => 'Allow existing users who have connected their Twitter account to sign in with Twitter?', |