aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-06-09 15:55:04 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-06-09 17:48:06 +0200
commit89f70673779f1908c8f000c5c053bb377e253254 (patch)
treed088e38d448868995aa411daaaa8120bac5cb1d1 /phpBB/language/en/posting.php
parent0c5af536f1de55b6ee30ab9f193b6ea7637ac5b1 (diff)
downloadforums-89f70673779f1908c8f000c5c053bb377e253254.tar
forums-89f70673779f1908c8f000c5c053bb377e253254.tar.gz
forums-89f70673779f1908c8f000c5c053bb377e253254.tar.bz2
forums-89f70673779f1908c8f000c5c053bb377e253254.tar.xz
forums-89f70673779f1908c8f000c5c053bb377e253254.zip
[ticket/11711] Inform user of unsupported characters while posting
PHPBB3-11711
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r--phpBB/language/en/posting.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 20377287fd..ac08b27943 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -256,6 +256,7 @@ $lang = array_merge($lang, array(
'UNAUTHORISED_BBCODE' => 'You cannot use certain BBCodes: %s.',
'UNGLOBALISE_EXPLAIN' => 'To switch this topic back from being global to a normal topic, you need to select the forum you wish this topic to be displayed.',
+ 'UNSUPPORTED_CHARACTERS' => 'Your message contains the following unsupported characters:<br />%s',
'UPDATE_COMMENT' => 'Update comment',
'URL_INVALID' => 'The URL you specified is invalid.',
'URL_NOT_FOUND' => 'The file specified could not be found.',