1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-11 18:15:20 +02:00

[ticket/17237] Use single quotes for QUICKMOD_ACTION_NOT_ALLOWED var

PHPBB3-17237
This commit is contained in:
Christian Schnegelberger 2023-11-30 12:34:48 +01:00
parent 9ba6e9b60d
commit 6c43f81e8d

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