mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 18:58:53 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12451] Fix whitespace in posting.php lang file
This commit is contained in:
commit
e17a156365
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ $lang = array_merge($lang, array(
|
||||||
'CHANGE_TOPIC_TO' => 'Change topic type to',
|
'CHANGE_TOPIC_TO' => 'Change topic type to',
|
||||||
'CHARS_POST_CONTAINS' => array(
|
'CHARS_POST_CONTAINS' => array(
|
||||||
1 => 'Your message contains %1$d character.',
|
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(
|
'CHARS_SIG_CONTAINS' => array(
|
||||||
1 => 'Your signature contains %1$d character.',
|
1 => 'Your signature contains %1$d character.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue