1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/security/275] Use unicode quote types

SECURITY-275
This commit is contained in:
Marc Alexander
2023-01-12 20:12:33 +01:00
parent e5f069b15b
commit 34f23477ff

View File

@@ -679,8 +679,8 @@ $lang = array_merge($lang, array(
'RETURN_TO' => 'Return to “%s”',
'RETURN_TO_INDEX' => 'Return to Board Index',
'ROUTE_NOT_FOUND' => 'The requested route "%1$s" could not be found.',
'ROUTE_INVALID_MISSING_PARAMS' => 'Invalid or missing parameters passed for route "%1$s".',
'ROUTE_NOT_FOUND' => 'The requested route “%s” could not be found.',
'ROUTE_INVALID_MISSING_PARAMS' => 'Invalid or missing parameters passed for route “%s”.',
'FEED' => 'Feed',
'FEED_NEWS' => 'News',