diff options
author | Crizzo <mail@crizzo.de> | 2014-03-23 17:14:03 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-28 19:36:09 +0100 |
commit | c5eccedfb6c9ae26ec8bc6a3897454c1f5cb5b00 (patch) | |
tree | b8c566b2c2b22096e95b035b9234f8fdb27689bc /phpBB | |
parent | 76558fbce536a9d09dbd3a594510b3616d09fc84 (diff) | |
download | forums-c5eccedfb6c9ae26ec8bc6a3897454c1f5cb5b00.tar forums-c5eccedfb6c9ae26ec8bc6a3897454c1f5cb5b00.tar.gz forums-c5eccedfb6c9ae26ec8bc6a3897454c1f5cb5b00.tar.bz2 forums-c5eccedfb6c9ae26ec8bc6a3897454c1f5cb5b00.tar.xz forums-c5eccedfb6c9ae26ec8bc6a3897454c1f5cb5b00.zip |
[ticket/11336] Changes language variabel LOGIN_EXPLAIN_LEADERS to _TEAM
PHPBB3-11336
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/memberlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index c7f301fb8c..95efe35b7d 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -90,7 +90,7 @@ $lang = array_merge($lang, array( 1 => '%d user', 2 => '%d users', ), - 'LOGIN_EXPLAIN_LEADERS' => 'The board requires you to be registered and logged in to view the team listing.', + 'LOGIN_EXPLAIN_TEAM' => 'The board requires you to be registered and logged in to view the team listing.', 'LOGIN_EXPLAIN_MEMBERLIST' => 'The board requires you to be registered and logged in to access the memberlist.', 'LOGIN_EXPLAIN_SEARCHUSER' => 'The board requires you to be registered and logged in to search users.', 'LOGIN_EXPLAIN_VIEWPROFILE' => 'The board requires you to be registered and logged in to view profiles.', |