diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-11 18:57:34 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-11 18:57:34 +0200 |
commit | 34e93b0e1511611c7103b98e2dec8e630317748b (patch) | |
tree | 2d9c4476561b9aac9ac3e31501bea47f12eef638 /phpBB | |
parent | 8cdc6632ee30d58f40a873b42bd263899169f6a4 (diff) | |
parent | cce6f7d4a6c2333c1dfec999def26d61f916f28d (diff) | |
download | forums-34e93b0e1511611c7103b98e2dec8e630317748b.tar forums-34e93b0e1511611c7103b98e2dec8e630317748b.tar.gz forums-34e93b0e1511611c7103b98e2dec8e630317748b.tar.bz2 forums-34e93b0e1511611c7103b98e2dec8e630317748b.tar.xz forums-34e93b0e1511611c7103b98e2dec8e630317748b.zip |
Merge pull request #2442 from Elsensee/ticket/12451-2
[ticket/12451] Fix whitespace in posting.php lang file
* Elsensee/ticket/12451-2:
[ticket/12451] Fix whitespace in posting.php lang file
Diffstat (limited to 'phpBB')
-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.', |