diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-11 18:57:44 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-11 18:57:44 +0200 |
| commit | e17a156365d04e4bc9982c74f3128eac107ce6b4 (patch) | |
| tree | 2d9c4476561b9aac9ac3e31501bea47f12eef638 | |
| parent | b9dda0eb15b0f1e94dfd7e98f96bfd2efc34e840 (diff) | |
| parent | 34e93b0e1511611c7103b98e2dec8e630317748b (diff) | |
| download | forums-e17a156365d04e4bc9982c74f3128eac107ce6b4.tar forums-e17a156365d04e4bc9982c74f3128eac107ce6b4.tar.gz forums-e17a156365d04e4bc9982c74f3128eac107ce6b4.tar.bz2 forums-e17a156365d04e4bc9982c74f3128eac107ce6b4.tar.xz forums-e17a156365d04e4bc9982c74f3128eac107ce6b4.zip | |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/12451] Fix whitespace in posting.php lang file
| -rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
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.', |
