Comment 2 for bug 1074038

Revision history for this message
Sebastien Bacher (seb128) wrote : Re: Lots of untranslatable and wrong strings in the previews

the "<...> reviews" string is in dash/previews/PreviewRatingsWidget.cpp:

"void PreviewRatingsWidget::SetReviews(int count)
{
  std::stringstream out;
  out << count;
  out << " reviews";
...
}"