diff options
author | cash <cash.costello@gmail.com> | 2013-04-14 20:16:47 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-04-14 20:16:47 -0400 |
commit | 6470154396269707e95c6dbbf40157f533928059 (patch) | |
tree | b1d0be746621877c356de591612d01d5cb30302d /mod/twitter_api/languages | |
parent | 037cce80328318f7151c498d48f983cabd886505 (diff) | |
download | elgg-6470154396269707e95c6dbbf40157f533928059.tar.gz elgg-6470154396269707e95c6dbbf40157f533928059.tar.bz2 |
Fixes #5358 updates text on twitter login
Diffstat (limited to 'mod/twitter_api/languages')
-rw-r--r-- | mod/twitter_api/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/twitter_api/languages/en.php b/mod/twitter_api/languages/en.php index f4b3c7f94..c19a058aa 100644 --- a/mod/twitter_api/languages/en.php +++ b/mod/twitter_api/languages/en.php @@ -25,7 +25,7 @@ $english = array( '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?', + 'twitter_api:login' => 'Allow users to sign in with Twitter?', 'twitter_api:new_users' => 'Allow new users to sign up using their Twitter account even if user registration is disabled?', 'twitter_api:login:success' => 'You have been logged in.', 'twitter_api:login:error' => 'Unable to login with Twitter.', |