diff options
author | Tom Beddard <subblue@users.sourceforge.net> | 2005-12-30 01:46:40 +0000 |
---|---|---|
committer | Tom Beddard <subblue@users.sourceforge.net> | 2005-12-30 01:46:40 +0000 |
commit | a63687d13f5553913f09706fa9f2c84b4de235fd (patch) | |
tree | e93715d2335114536545549b277ac3f35243fd5d /phpBB/language | |
parent | d28e3a69ab6c21567108f16393d06f2b82254c48 (diff) | |
download | forums-a63687d13f5553913f09706fa9f2c84b4de235fd.tar forums-a63687d13f5553913f09706fa9f2c84b4de235fd.tar.gz forums-a63687d13f5553913f09706fa9f2c84b4de235fd.tar.bz2 forums-a63687d13f5553913f09706fa9f2c84b4de235fd.tar.xz forums-a63687d13f5553913f09706fa9f2c84b4de235fd.zip |
Changes to fix instant message popup errors
git-svn-id: file:///svn/phpbb/trunk@5400 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/memberlist.php | 5 |
1 files 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', |