1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

Rewrite a commented-out ProgressDialog

This commit is contained in:
Paul Licameli 2019-12-24 00:20:33 -05:00
parent 519b16f6ca
commit 5bfd5716b3

View File

@ -1777,8 +1777,8 @@ void DirManager::FillBlockfilesCache()
if (numNeed == 0)
return;
ProgressDialog progress(_("Caching audio"),
_("Caching audio into memory"));
ProgressDialog progress(XO("Caching audio"),
XO("Caching audio into memory"));
iter = mBlockFileHash.begin();
int current = 0;