From a63687d13f5553913f09706fa9f2c84b4de235fd Mon Sep 17 00:00:00 2001 From: Tom Beddard Date: Fri, 30 Dec 2005 01:46:40 +0000 Subject: [PATCH] Changes to fix instant message popup errors git-svn-id: file:///svn/phpbb/trunk@5400 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/memberlist.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index 12ba547cf6..a5fccc50f2 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -71,14 +71,15 @@ $lang = array_merge($lang, array( 'IM_JABBER' => 'Please note that users may have elected 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_MSN' => 'Please note that you need Windows Messenger installed to use this.', + 'IM_MSNM' => 'Please note that you need Windows Messenger installed to use this.', 'IM_NAME' => 'Your Name', 'IM_NO_JABBER' => 'Sorry, direct messaging of Jabber users is not supported on this server. You will need a Jabber client installed on your system to contact the recipient above.', 'IM_RECIPIENT' => 'Recipient', 'IM_SEND' => 'Send Message', 'IM_SEND_MESSAGE' => 'Send Message', 'IM_SENT_JABBER' => 'Your message to %1$s has been sent successfully.', - + 'IM_USER' => 'Send an instant message', + 'JABBER' => 'Jabber', 'LAST_ACTIVE' => 'Last active',