diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-15 14:54:52 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-15 14:54:52 +0000 |
commit | 2e4cd16058cc548068a94047c9c31e5a9ad272d0 (patch) | |
tree | 5e2bceadc56306b886482703702b0f21a0aba3a1 /phpBB/language | |
parent | 11e70be6edd39fb0956541117e8bf327c94f651e (diff) | |
download | forums-2e4cd16058cc548068a94047c9c31e5a9ad272d0.tar forums-2e4cd16058cc548068a94047c9c31e5a9ad272d0.tar.gz forums-2e4cd16058cc548068a94047c9c31e5a9ad272d0.tar.bz2 forums-2e4cd16058cc548068a94047c9c31e5a9ad272d0.tar.xz forums-2e4cd16058cc548068a94047c9c31e5a9ad272d0.zip |
- fixed bug within the database update script
- #6254
- #6242
- #6184
- #6160
- #6020
git-svn-id: file:///svn/phpbb/trunk@6770 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/posting.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index a4dee8e31a..d84987a590 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -127,7 +127,6 @@ $lang = array_merge($lang, array( 'NO_POLL_TITLE' => 'You have to enter a poll title', 'NO_POST' => 'The requested post does not exist.', 'NO_POST_MODE' => 'No post mode specified', - 'NO_TOPIC_ICON' => 'None', 'PARTIAL_UPLOAD' => 'The uploaded file was only partially uploaded', 'PHP_SIZE_NA' => 'The attachmentâs filesize is too large.<br />Could not determine the maximum size defined by PHP in php.ini.', |