aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_help_phpbb.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-02-01 00:01:26 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-03 14:20:28 +0100
commit9fb2a5d5f8ed4c23689843178a4a06a151d146e6 (patch)
tree684e87cc6ccdc385175d4a5926aabec8ce21368a /phpBB/includes/acp/acp_help_phpbb.php
parentc1035c98e455548fe14fbf5443bb98137d4e3d5d (diff)
downloadforums-9fb2a5d5f8ed4c23689843178a4a06a151d146e6.tar
forums-9fb2a5d5f8ed4c23689843178a4a06a151d146e6.tar.gz
forums-9fb2a5d5f8ed4c23689843178a4a06a151d146e6.tar.bz2
forums-9fb2a5d5f8ed4c23689843178a4a06a151d146e6.tar.xz
forums-9fb2a5d5f8ed4c23689843178a4a06a151d146e6.zip
[ticket/14492] Update language variables and trigger details text
PHPBB3-14492
Diffstat (limited to 'phpBB/includes/acp/acp_help_phpbb.php')
-rw-r--r--phpBB/includes/acp/acp_help_phpbb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_help_phpbb.php b/phpBB/includes/acp/acp_help_phpbb.php
index cfe9619898..2ac90eee48 100644
--- a/phpBB/includes/acp/acp_help_phpbb.php
+++ b/phpBB/includes/acp/acp_help_phpbb.php
@@ -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']))