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/common.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/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 7daa5a0c9e..d5311c5820 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -339,7 +339,7 @@ $lang = array_merge($lang, array( 'MODERATORS' => 'Moderators', 'MONTH' => 'Month', 'MOVE' => 'Move', - 'MSNM' => 'MSNM/WLM', + 'MSNM' => 'WLM', 'NA' => 'N/A', 'NEWEST_USER' => 'Our newest member <strong>%s</strong>', @@ -580,7 +580,7 @@ $lang = array_merge($lang, array( 'TOO_LONG_INTERESTS' => 'The interests you entered is too long.', 'TOO_LONG_JABBER' => 'The Jabber account name you entered is too long.', 'TOO_LONG_LOCATION' => 'The location you entered is too long.', - 'TOO_LONG_MSN' => 'The MSNM/WLM name you entered is too long.', + 'TOO_LONG_MSN' => 'The WLM name you entered is too long.', 'TOO_LONG_NEW_PASSWORD' => 'The password you entered is too long.', 'TOO_LONG_OCCUPATION' => 'The occupation you entered is too long.', 'TOO_LONG_PASSWORD_CONFIRM' => 'The password confirmation you entered is too long.', @@ -602,7 +602,7 @@ $lang = array_merge($lang, array( 'TOO_SHORT_INTERESTS' => 'The interests you entered is too short.', 'TOO_SHORT_JABBER' => 'The Jabber account name you entered is too short.', 'TOO_SHORT_LOCATION' => 'The location you entered is too short.', - 'TOO_SHORT_MSN' => 'The MSNM/WLM name you entered is too short.', + 'TOO_SHORT_MSN' => 'The WLM name you entered is too short.', 'TOO_SHORT_NEW_PASSWORD' => 'The password you entered is too short.', 'TOO_SHORT_OCCUPATION' => 'The occupation you entered is too short.', 'TOO_SHORT_PASSWORD_CONFIRM' => 'The password confirmation you entered is too short.', |
