aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-06-09 18:56:13 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-06-09 18:56:13 +0200
commitb8151b1299c02506ffa0d665461d85e32cd4cd10 (patch)
treecdf07e1fe1e5721e034734ba28b05f780f1f63ed /phpBB/language
parent89f70673779f1908c8f000c5c053bb377e253254 (diff)
downloadforums-b8151b1299c02506ffa0d665461d85e32cd4cd10.tar
forums-b8151b1299c02506ffa0d665461d85e32cd4cd10.tar.gz
forums-b8151b1299c02506ffa0d665461d85e32cd4cd10.tar.bz2
forums-b8151b1299c02506ffa0d665461d85e32cd4cd10.tar.xz
forums-b8151b1299c02506ffa0d665461d85e32cd4cd10.zip
[ticket/11711] Improve checks for unsupported characters and check subject
PHPBB3-11711
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/posting.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index ac08b27943..e8a8643cfd 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -256,7 +256,8 @@ $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',
+ 'UNSUPPORTED_CHARACTERS_MESSAGE' => 'Your message contains the following unsupported characters:<br />%s',
+ 'UNSUPPORTED_CHARACTERS_SUBJECT' => 'Your subject 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.',