Haikudepot: Fix build.

Change-Id: Ia84a968af0ef68cda929086b70853b2801cfeb9d
Reviewed-on: https://review.haiku-os.org/642
Reviewed-by: Rene Gollent <rene@gollent.com>
This commit is contained in:
Murai Takashi 2018-10-26 20:30:48 +09:00 committed by Rene Gollent
parent a1c2394a81
commit de084e566e
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ WorkStatusView::_SetTextDownloading(const BString& title)
if (!fPendingPackages.empty()) {
BString count;
cout << fPendingPackages.size();
count << fPendingPackages.size();
BString more(B_TRANSLATE("(%count% more to download)"));
more.ReplaceFirst("%count%", count);
text += more;