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
commit 213d092f6f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

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