diff options
Diffstat (limited to 'h-source/Application/Controllers/HelpController.php')
-rw-r--r-- | h-source/Application/Controllers/HelpController.php | 2 |
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); } |