Mark to translate project status label in tooltip in company view

FEA: ItEr77S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2013-01-11 07:58:28 +01:00
parent 727bc642b8
commit 193aff96cf

View file

@ -940,7 +940,7 @@ _(
} else {
cssClass = "order-closed";
}
return "<font class='" + cssClass + "'>" + state.toString()
return "<font class='" + cssClass + "'>" + _(state.toString())
+ "</font>";
}