configuration.php: use late translation

This commit is contained in:
Thomas Gelf 2015-10-01 22:38:19 +02:00
parent a309f40b53
commit b63ebad3d6

View file

@ -1,6 +1,6 @@
<?php
$section = $this->menuSection(mt('monitoring', 'Overview'))
$section = $this->menuSection(N_('Overview'))
->add($this->translate('Business Processes'))
->setPriority(45)
->setUrl('businessprocess');