anyone knows if this works in 1.7.6.1?
1569993666
You should replace this: (in AdminController.php )
protected function l($string, $class = null, $addslashes = false, $htmlentities = true)
{
$translated = $this->translator->trans($string);
if ($translated !== $string) {...