1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14492] Update language variables and trigger details text

PHPBB3-14492
This commit is contained in:
Marc Alexander
2016-02-01 00:01:26 +01:00
parent c1035c98e4
commit 9fb2a5d5f8
4 changed files with 11 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ class acp_help_phpbb
$collect_url = "https://www.phpbb.com/stats/receive_stats.php";
$this->tpl_name = 'acp_help_phpbb';
$this->page_title = 'ACP_SEND_STATISTICS';
$this->page_title = 'ACP_HELP_PHPBB';
// generate a unique id if necessary
if (!isset($config['questionnaire_unique_id']))

View File

@@ -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')),
),
);
}