1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 23:37:39 +02:00

Merge pull request #6570 from Crizz0/ticket/17237

[ticket/17237] Use single quotes for QUICKMOD_ACTION_NOT_ALLOWED var
This commit is contained in:
Marc Alexander
2023-12-17 20:04:30 +01:00

View File

@@ -259,7 +259,7 @@ $lang = array_merge($lang, array(
'ONLY_TOPIC' => 'Only topic “%s”',
'OTHER_USERS' => 'Other users posting from this IP',
'QUICKMOD_ACTION_NOT_ALLOWED' => "%s not allowed as quickmod",
'QUICKMOD_ACTION_NOT_ALLOWED' => '%s not allowed as quickmod',
'PM_REPORT_CLOSED_SUCCESS' => 'The selected PM report has been closed successfully.',
'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.',