Proper capitalisation of "CAcert"

Signed-off-by: Michael Tänzer <neo@nhng.de>
AddPoints
Michael Tänzer 14 years ago
parent 9b603df9b0
commit 4c68e41c4a

@ -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…
Cancel
Save