1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12433] Use a different message when nesting of quotes is not allowed

PHPBB3-12433
This commit is contained in:
Joas Schilling
2014-05-15 14:03:27 +02:00
parent bec9b7c34e
commit 34c1691d7e
2 changed files with 11 additions and 2 deletions

View File

@@ -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',