Add proper title to the monitoring health's tab

refs #8458
This commit is contained in:
Johannes Meyer 2015-02-23 16:59:13 +01:00
parent 7aacfcf907
commit 1ef03a76f7
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,11 @@ class Monitoring_ProcessController extends Controller
->add( ->add(
'info', 'info',
array( array(
'title' => $this->translate('Monitoring Health'), 'title' => $this->translate(
'Show information about the current monitoring instance\'s process'
. ' and it\'s performance as well as available features'
),
'label' => $this->translate('Monitoring Health'),
'url' =>'monitoring/process/info' 'url' =>'monitoring/process/info'
) )
); );