mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/security/275] Use unicode quote types
SECURITY-275
This commit is contained in:
parent
e5f069b15b
commit
34f23477ff
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue