From c095d1fddeced2415b6d780b4140457a5cda41d0 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Thu, 13 Oct 2011 18:27:05 -0700 Subject: Fixes #3177. Don't show the authorize twitter plugin setting if the admin hasn't set up the plugin. --- mod/twitter_api/languages/en.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/twitter_api/languages/en.php') 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 here 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?', -- cgit v1.2.3