mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
[ticket/14492] Update language variables and trigger details text
PHPBB3-14492
This commit is contained in:
@@ -17,9 +17,9 @@ class acp_help_phpbb_info
|
||||
{
|
||||
return array(
|
||||
'filename' => 'acp_help_phpbb',
|
||||
'title' => 'ACP_SEND_STATISTICS',
|
||||
'title' => 'ACP_HELP_PHPBB',
|
||||
'modes' => array(
|
||||
'help_phpbb' => array('title' => 'ACP_SEND_STATISTICS', 'auth' => 'acl_a_server', 'cat' => array('ACP_SERVER_CONFIGURATION')),
|
||||
'help_phpbb' => array('title' => 'ACP_HELP_PHPBB', 'auth' => 'acl_a_server', 'cat' => array('ACP_SERVER_CONFIGURATION')),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user