Trans
This commit is contained in:
parent
b4b939e1a9
commit
ab14a07064
@ -145,7 +145,7 @@ if (count($dataseries) > ($KEEPNFIRST + 1)) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// Here $key = $KEEPNFIRST
|
// Here $key = $KEEPNFIRST
|
||||||
$dataseries[$KEEPNFIRST][0] = $langs->trans("Other").'...';
|
$dataseries[$KEEPNFIRST][0] = $langs->trans("Others").'...';
|
||||||
if ($key == $KEEPNFIRST) {
|
if ($key == $KEEPNFIRST) {
|
||||||
$i++;
|
$i++;
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user