HaikuDepot: Add accidentally removed space
Re-add the space between currently downloaded package and number of packages to be downloaded in status view. I accidentally removed that in hrev52432.
This commit is contained in:
parent
278d03da22
commit
1eca0c487b
@ -163,7 +163,8 @@ WorkStatusView::_SetTextDownloading(const BString& title)
|
||||
if (!fPendingPackages.empty()) {
|
||||
BString count;
|
||||
count << fPendingPackages.size();
|
||||
BString more(B_TRANSLATE("(%count% more to download)"));
|
||||
BString more(" ");
|
||||
more += B_TRANSLATE("(%count% more to download)");
|
||||
more.ReplaceFirst("%count%", count);
|
||||
text += more;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user