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:
parent
a1c2394a81
commit
de084e566e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user