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:
parent
9ba6e9b60d
commit
6c43f81e8d
@ -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.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user