aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/HelpController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/HelpController.php')
-rw-r--r--h-source/Application/Controllers/HelpController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/HelpController.php b/h-source/Application/Controllers/HelpController.php
index 78a31b9..658b547 100644
--- a/h-source/Application/Controllers/HelpController.php
+++ b/h-source/Application/Controllers/HelpController.php
@@ -33,7 +33,7 @@ class HelpController extends WikiController
$data['tm'] = $this->_topMenuClasses;
- $data['title'] = 'help index - '.Website::$generalName;
+ $data['title'] = 'help page - '.Website::$generalName;
$this->append($data);
}