diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-29 16:24:51 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-29 16:24:51 +0200 |
commit | 23b3667978bb9177c8ffb6877904e117a18693fa (patch) | |
tree | 83adee6a90e348142a19b20a645880f76f162f54 /phpBB/language/en/mcp.php | |
parent | 38f05750b73d04b5093e2a7898e5ec576f0d2f30 (diff) | |
download | forums-23b3667978bb9177c8ffb6877904e117a18693fa.tar forums-23b3667978bb9177c8ffb6877904e117a18693fa.tar.gz forums-23b3667978bb9177c8ffb6877904e117a18693fa.tar.bz2 forums-23b3667978bb9177c8ffb6877904e117a18693fa.tar.xz forums-23b3667978bb9177c8ffb6877904e117a18693fa.zip |
[ticket/12456] Add , after the last array element
PHPBB3-12456
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r-- | phpBB/language/en/mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index b75e0ea495..dffa40db2f 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -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.', - ) + ), ), )); |