aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-29 11:58:24 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-29 11:58:47 -0400
commit75206c74be23e17b2661faa0693cd308cab4d382 (patch)
tree76bf5ce2238d45b12f4318fd4e3c4a81921f8c81 /phpBB/language/en/ucp.php
parent59852b5997905ed6f815c3cc4b9220872e1090d2 (diff)
downloadforums-75206c74be23e17b2661faa0693cd308cab4d382.tar
forums-75206c74be23e17b2661faa0693cd308cab4d382.tar.gz
forums-75206c74be23e17b2661faa0693cd308cab4d382.tar.bz2
forums-75206c74be23e17b2661faa0693cd308cab4d382.tar.xz
forums-75206c74be23e17b2661faa0693cd308cab4d382.zip
[feature/oauth] Basic checking for data needed in login linking
PHPBB3-11673
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index f44fd8905b..6e48e3b801 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -270,8 +270,9 @@ $lang = array_merge($lang, array(
'LINK_REMOTE_SIZE' => 'Avatar dimensions',
'LINK_REMOTE_SIZE_EXPLAIN' => 'Specify the width and height of the avatar, leave blank to attempt automatic verification.',
'LOGIN_EXPLAIN_UCP' => 'Please login in order to access the User Control Panel.',
- 'LOGIN_LINK' => 'Link or Register Your External Account with phpBB',
- 'LOGIN_LINK_EXPLAIN' => 'You have attempted to login with an external service that is not yet connected to an account on these forums. You may now either link this account to an existing account or you may create a new account.',
+ 'LOGIN_LINK' => 'Link or Register Your External Account with phpBB',
+ 'LOGIN_LINK_EXPLAIN' => 'You have attempted to login with an external service that is not yet connected to an account on these forums. You may now either link this account to an existing account or you may create a new account.',
+ 'LOGIN_LINK_NO_DATA_PROVIDED' => 'No data has been provided to this page to link an external account to a forum account. Please contact the board administrator if you continue to experience problems.',
'LOGIN_KEY' => 'Login Key',
'LOGIN_TIME' => 'Login Time',
'LOGIN_REDIRECT' => 'You have been successfully logged in.',