mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10345] Fix parsing error in language/en/viewtopic.php
PHPBB3-10345
This commit is contained in:
parent
454280c6e8
commit
2fac1d4c23
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ $lang = array_merge($lang, array(
|
||||||
'EDITED_TIMES_TOTAL' => array(
|
'EDITED_TIMES_TOTAL' => array(
|
||||||
1 => 'Last edited by %2$s on %3$s, edited %1$d time in total.',
|
1 => 'Last edited by %2$s on %3$s, edited %1$d time in total.',
|
||||||
2 => 'Last edited by %2$s on %3$s, edited %1$d times in total.',
|
2 => 'Last edited by %2$s on %3$s, edited %1$d times in total.',
|
||||||
)
|
),
|
||||||
'EMAIL_TOPIC' => 'E-mail friend',
|
'EMAIL_TOPIC' => 'E-mail friend',
|
||||||
'ERROR_NO_ATTACHMENT' => 'The selected attachment does not exist anymore.',
|
'ERROR_NO_ATTACHMENT' => 'The selected attachment does not exist anymore.',
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue