Haikudepot: Fix build.

Change-Id: Ia84a968af0ef68cda929086b70853b2801cfeb9d
Reviewed-on: https://review.haiku-os.org/642
Reviewed-by: Rene Gollent <[email protected]>
This commit is contained in:
Murai Takashi
2018-10-26 12:00:03 +00:00
committed by Rene Gollent
parent a1c2394a81
commit de084e566e
+1 -1
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;