mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14303] Use UTF8 quotes in app.php lang file
PHPBB3-14303
This commit is contained in:
parent
84ed888cb9
commit
bb5a171674
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ $lang = array_merge($lang, array(
|
||||||
'CONTROLLER_ARGUMENT_VALUE_MISSING' => 'Missing value for argument #%1$s: <strong>%3$s</strong> in class <strong>%2$s</strong>',
|
'CONTROLLER_ARGUMENT_VALUE_MISSING' => 'Missing value for argument #%1$s: <strong>%3$s</strong> in class <strong>%2$s</strong>',
|
||||||
'CONTROLLER_NOT_SPECIFIED' => 'No controller has been specified.',
|
'CONTROLLER_NOT_SPECIFIED' => 'No controller has been specified.',
|
||||||
'CONTROLLER_METHOD_NOT_SPECIFIED' => 'No method was specified for the controller.',
|
'CONTROLLER_METHOD_NOT_SPECIFIED' => 'No method was specified for the controller.',
|
||||||
'CONTROLLER_SERVICE_UNDEFINED' => 'The service for controller "<strong>%s</strong>" is not defined in ./config/services.yml.',
|
'CONTROLLER_SERVICE_UNDEFINED' => 'The service for controller “<strong>%s</strong>” is not defined in ./config/services.yml.',
|
||||||
));
|
));
|
||||||
|
|
Loading…
Add table
Reference in a new issue