Proper capitalisation of "CAcert"
Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
parent
9b603df9b0
commit
4c68e41c4a
2 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -153,7 +153,7 @@ class AddPointsController extends Zend_Controller_Action
|
|||
$location = new Zend_Form_Element_Text('location');
|
||||
$location->setRequired(true)
|
||||
->setLabel(I18n::_('Location'))
|
||||
->setValue(I18n::_('CACert Test Manager'))
|
||||
->setValue(I18n::_('CAcert Test Manager'))
|
||||
->addValidator(new Zend_Validate_StringLength(1,255));
|
||||
$form->addElement($location);
|
||||
|
||||
|
|
Loading…
Reference in a new issue