summaryrefslogtreecommitdiff
path: root/manager/application/Bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'manager/application/Bootstrap.php')
-rw-r--r--manager/application/Bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager/application/Bootstrap.php b/manager/application/Bootstrap.php
index 664d5e2..c559b59 100644
--- a/manager/application/Bootstrap.php
+++ b/manager/application/Bootstrap.php
@@ -45,7 +45,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap {
Zend_Registry::set('view', $view);
$view->doctype('XHTML1_STRICT');
$view->addHelperPath(APPLICATION_PATH . '/views/helpers/');
- $view->headTitle = I18n::_('CACert Test Manager');
+ $view->headTitle = I18n::_('CAcert Test Manager');
}
/**