Update menu.php

Fixed a call to the translation function
This commit is contained in:
Axel 2016-06-29 15:14:31 +02:00 committed by GitHub
parent 127e565ea3
commit 38af0fe510
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ if (check_acl ($config['id_user'], 0, "IR") == 1) {
"operation/integria_incidents");
$sub2 = array ();
$sub2['operation/incidents/incident']["text"] = _("List of Incidents");
$sub2['operation/incidents/incident']["text"] = __("List of Incidents");
$sub2[$sec2sub]["text"] = __('Statistics');
$sub[$sec2]["sub2"] = $sub2;