mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Merge pull request #2463 from nickvergessen/ticket/12433
[ticket/12433] Use a different message when nesting of quotes is not allowed * nickvergessen/ticket/12433: [ticket/12433] Use a different message when nesting of quotes is not allowed
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