Index: branches/5.2.x/core/units/helpers/rating_helper.php =================================================================== diff -u -N -r14778 -r14968 --- branches/5.2.x/core/units/helpers/rating_helper.php (.../rating_helper.php) (revision 14778) +++ branches/5.2.x/core/units/helpers/rating_helper.php (.../rating_helper.php) (revision 14968) @@ -1,6 +1,6 @@ Application->Phrase($this->_phrases[$phrase]); + $value = $this->Application->Phrase($this->_phrases[$phrase], false); if ($arguments) { return vsprintf($value, $arguments);