forked from science-ation/science-ation
- Missed an i18n();
This commit is contained in:
parent
e3abff348b
commit
5e26bd1395
@ -660,7 +660,7 @@ class TableEditor
|
|||||||
$pos = strpos($n, "|");
|
$pos = strpos($n, "|");
|
||||||
$n2 = "";
|
$n2 = "";
|
||||||
if($pos != false) {
|
if($pos != false) {
|
||||||
$n2 = substr($n, $pos + 1).' ';
|
$n2 = i18n(substr($n, $pos + 1)).' ';
|
||||||
$n = substr($n, 0, $pos);
|
$n = substr($n, 0, $pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user