mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12433] Use a different message when nesting of quotes is not allowed
PHPBB3-12433
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user