diff options
author | cash <cash.costello@gmail.com> | 2011-06-18 13:38:57 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-06-18 13:38:57 -0400 |
commit | 9b1ebcaf715fc029d01e1c1b274703609d1ee817 (patch) | |
tree | c81a90e7be4798ca77573e225a0f46dc9e1b4b04 | |
parent | 62fa540c962d5ad8d4b0f5ba20f950236a613b3a (diff) | |
download | elgg-9b1ebcaf715fc029d01e1c1b274703609d1ee817.tar.gz elgg-9b1ebcaf715fc029d01e1c1b274703609d1ee817.tar.bz2 |
Calling normal user registration "manual" was confusing admin manual registration with user initiated registration
-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 b63cebcf8..940a49d9b 100644 --- a/mod/twitter_api/languages/en.php +++ b/mod/twitter_api/languages/en.php @@ -23,7 +23,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:new_users' => 'Allow new users to sign up using their Twitter account even if manual registration is disabled?', + '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.', 'twitter_api:login:email' => "You must enter a valid email address for your new %s account.", |