mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
[ticket/10345] Remove more useless 0-cases
PHPBB3-10345
This commit is contained in:
committed by
Oleg Pudeyev
parent
33e3bf4f64
commit
3788326d71
@@ -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.',
|
||||
),
|
||||
|
Reference in New Issue
Block a user