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:
parent
519b16f6ca
commit
5bfd5716b3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user