From 34c1691d7e5ccf607ee72366aa0b7b19474c71e4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 15 May 2014 14:03:27 +0200 Subject: [ticket/12433] Use a different message when nesting of quotes is not allowed PHPBB3-12433 --- phpBB/language/en/posting.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/language/en') 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', -- cgit v1.2.1