remove the brackets from non-translated strings

This commit is contained in:
james 2004-12-02 17:40:37 +00:00
parent 4fb6b70657
commit 1509632d22

View File

@ -96,7 +96,7 @@ function i18n($str,$args=array())
{
$str=str_replace("%$x",$args[$x-1],$str);
}
return "<font color=red>($str)</font>";
return "<font color=red>$str</font>";
}
}