1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/12456] Add , after the last array element

PHPBB3-12456
This commit is contained in:
Joas Schilling
2014-04-29 16:24:51 +02:00
parent 38f05750b7
commit 23b3667978
6 changed files with 9 additions and 9 deletions

View File

@@ -426,6 +426,6 @@ $lang = array_merge($lang, array(
'SPAM' => 'The reported message has the only purpose to advertise for a website or another product.',
'OFF_TOPIC' => 'The reported message is off topic.',
'OTHER' => 'The reported message does not fit into any other category, please use the further information field.',
)
),
),
));