aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/posting.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-09-21 00:43:25 +0200
committerOleg Pudeyev <oleg@bsdpower.com>2011-11-25 15:10:51 -0500
commit3788326d719ca49868cbb9682ceb3197ce7f6804 (patch)
tree457e474384886dad2d7080bc07cc3aac1654303f /phpBB/language/en/acp/posting.php
parent33e3bf4f64c3c2734bf97bcb204255cfdab37773 (diff)
downloadforums-3788326d719ca49868cbb9682ceb3197ce7f6804.tar
forums-3788326d719ca49868cbb9682ceb3197ce7f6804.tar.gz
forums-3788326d719ca49868cbb9682ceb3197ce7f6804.tar.bz2
forums-3788326d719ca49868cbb9682ceb3197ce7f6804.tar.xz
forums-3788326d719ca49868cbb9682ceb3197ce7f6804.zip
[ticket/10345] Remove more useless 0-cases
PHPBB3-10345
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r--phpBB/language/en/acp/posting.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php
index 3d920b5340..ab8f57d08b 100644
--- a/phpBB/language/en/acp/posting.php
+++ b/phpBB/language/en/acp/posting.php
@@ -194,7 +194,6 @@ $lang = array_merge($lang, array(
'SMILIES_WIDTH' => 'Smiley width',
'TOO_MANY_SMILIES' => array(
- 0 => 'Limit of %d smilies reached.',
1 => 'Limit of %d smiley reached.',
2 => 'Limit of %d smilies reached.',
),