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:
committed by
Rene Gollent
parent
a1c2394a81
commit
de084e566e
@@ -162,7 +162,7 @@ WorkStatusView::_SetTextDownloading(const BString& title)
|
|||||||
|
|
||||||
if (!fPendingPackages.empty()) {
|
if (!fPendingPackages.empty()) {
|
||||||
BString count;
|
BString count;
|
||||||
cout << fPendingPackages.size();
|
count << fPendingPackages.size();
|
||||||
BString more(B_TRANSLATE("(%count% more to download)"));
|
BString more(B_TRANSLATE("(%count% more to download)"));
|
||||||
more.ReplaceFirst("%count%", count);
|
more.ReplaceFirst("%count%", count);
|
||||||
text += more;
|
text += more;
|
||||||
|
|||||||
Reference in New Issue
Block a user