aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-15 14:03:27 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-15 14:03:27 +0200
commit34c1691d7e5ccf607ee72366aa0b7b19474c71e4 (patch)
tree77a2e2bac3881f6a1fce970a4d952a8c02588711 /phpBB/language/en/posting.php
parentbec9b7c34e63c7485477fa1edc2f6330889cc699 (diff)
downloadforums-34c1691d7e5ccf607ee72366aa0b7b19474c71e4.tar
forums-34c1691d7e5ccf607ee72366aa0b7b19474c71e4.tar.gz
forums-34c1691d7e5ccf607ee72366aa0b7b19474c71e4.tar.bz2
forums-34c1691d7e5ccf607ee72366aa0b7b19474c71e4.tar.xz
forums-34c1691d7e5ccf607ee72366aa0b7b19474c71e4.zip
[ticket/12433] Use a different message when nesting of quotes is not allowed
PHPBB3-12433
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 2b9b03101e..935a348ef4 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -221,6 +221,7 @@ $lang = array_merge($lang, array(
1 => 'You may embed only %d quote within each other.',
2 => 'You may embed only %d quotes within each other.',
),
+ 'QUOTE_NO_NESTING' => 'You may not embed quotes within each other.',
'SAVE' => 'Save',
'SAVE_DATE' => 'Saved at',