From 6c43f81e8d34b88bff4ce6ac882de9a06c30c139 Mon Sep 17 00:00:00 2001 From: Christian Schnegelberger Date: Thu, 30 Nov 2023 12:34:48 +0100 Subject: [PATCH] [ticket/17237] Use single quotes for QUICKMOD_ACTION_NOT_ALLOWED var PHPBB3-17237 --- phpBB/language/en/mcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index b196a1d658..601700f792 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -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.',