mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17237] Use single quotes for QUICKMOD_ACTION_NOT_ALLOWED var
PHPBB3-17237
This commit is contained in:
parent
9ba6e9b60d
commit
6c43f81e8d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue