diff --git a/tableeditor.class.php b/tableeditor.class.php index c8e8b61..8cb3753 100644 --- a/tableeditor.class.php +++ b/tableeditor.class.php @@ -660,7 +660,7 @@ class TableEditor $pos = strpos($n, "|"); $n2 = ""; if($pos != false) { - $n2 = substr($n, $pos + 1).' '; + $n2 = i18n(substr($n, $pos + 1)).' '; $n = substr($n, 0, $pos); }