From cce6f7d4a6c2333c1dfec999def26d61f916f28d Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Sun, 11 May 2014 18:20:56 +0200 Subject: [PATCH] [ticket/12451] Fix whitespace in posting.php lang file PHPBB3-12451 --- phpBB/language/en/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 5068f60573..2b9b03101e 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -72,7 +72,7 @@ $lang = array_merge($lang, array( 'CHANGE_TOPIC_TO' => 'Change topic type to', 'CHARS_POST_CONTAINS' => array( 1 => 'Your message contains %1$d character.', - 2 => 'Your message contains %1$d characters.', + 2 => 'Your message contains %1$d characters.', ), 'CHARS_SIG_CONTAINS' => array( 1 => 'Your signature contains %1$d character.',