diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2010-08-02 12:01:06 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2011-01-10 01:44:54 +0100 |
| commit | efedc973eb7442c004ed045f7f5f81e3f9ec2d4e (patch) | |
| tree | fe474d58897e300a990d5fc342f1550618cd0295 /phpBB/language/en/memberlist.php | |
| parent | b5c8349f4a3399750b13463db8ad54f1aadfe178 (diff) | |
| download | forums-efedc973eb7442c004ed045f7f5f81e3f9ec2d4e.tar forums-efedc973eb7442c004ed045f7f5f81e3f9ec2d4e.tar.gz forums-efedc973eb7442c004ed045f7f5f81e3f9ec2d4e.tar.bz2 forums-efedc973eb7442c004ed045f7f5f81e3f9ec2d4e.tar.xz forums-efedc973eb7442c004ed045f7f5f81e3f9ec2d4e.zip | |
[ticket/6109] MSN is now called Windows Live Messenger (WLM)
Replaced the logo with the current one and changed the language strings.
PHPBB3-6109
Diffstat (limited to 'phpBB/language/en/memberlist.php')
| -rw-r--r-- | phpBB/language/en/memberlist.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index 76dd5d0423..07edb2bb85 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -79,9 +79,9 @@ $lang = array_merge($lang, array( 'IM_JABBER' => 'Please note that users may have selected to not receive unsolicited instant messages.', 'IM_JABBER_SUBJECT' => 'This is an automated message please do not reply! Message from user %1$s at %2$s.', 'IM_MESSAGE' => 'Your message', - 'IM_MSNM' => 'Please note that you need Windows Messenger installed to use this.', + 'IM_MSNM' => 'Please note that you need Windows Live Messenger installed to use this.', 'IM_MSNM_BROWSER' => 'Your browser does not support this.', - 'IM_MSNM_CONNECT' => 'MSNM is not connected.\nYou have to connect to MSNM to continue.', + 'IM_MSNM_CONNECT' => 'WLM is not connected.\nYou have to connect to WLM to continue.', 'IM_NAME' => 'Your Name', 'IM_NO_DATA' => 'There is no suitable contact information for this user.', 'IM_NO_JABBER' => 'Sorry, direct messaging of Jabber users is not supported on this board. You will need a Jabber client installed on your system to contact the recipient above.', @@ -124,7 +124,7 @@ $lang = array_merge($lang, array( 'SEND_IM' => 'Instant messaging', 'SEND_JABBER_MESSAGE' => 'Send Jabber message', 'SEND_MESSAGE' => 'Message', - 'SEND_MSNM_MESSAGE' => 'Send MSNM/WLM message', + 'SEND_MSNM_MESSAGE' => 'Send WLM message', 'SEND_YIM_MESSAGE' => 'Send YIM message', 'SORT_EMAIL' => 'E-mail', 'SORT_LAST_ACTIVE' => 'Last active', |
