aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-02-02 21:21:24 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-02-06 11:32:09 +0100
commit0ad726768c569cf4987aa93e2d6f2e5d185c7dc5 (patch)
treea749ab7f583186aef7f9ca9fcaa98eb6f1a9a852
parent[ticket/12115] Add methods to interface (diff)
downloadphpbb-0ad726768c569cf4987aa93e2d6f2e5d185c7dc5.tar.gz
phpbb-0ad726768c569cf4987aa93e2d6f2e5d185c7dc5.tar.bz2
phpbb-0ad726768c569cf4987aa93e2d6f2e5d185c7dc5.zip
[ticket/12115] Remove old language strings
PHPBB3-12115
-rw-r--r--phpBB/language/en/common.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index abe930c387..2f985a23ac 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -689,7 +689,6 @@ $lang = array_merge($lang, array(
'TOO_LONG_LOCATION' => 'The location 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.',
'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.',
'TOO_LONG_USERNAME' => 'The username you entered is too long.',
@@ -710,7 +709,6 @@ $lang = array_merge($lang, array(
'TOO_SHORT_LOCATION' => 'The location 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.',
'TOO_SHORT_USER_PASSWORD' => 'The password you entered is too short.',
'TOO_SHORT_USERNAME' => 'The username you entered is too short.',