[loc] flag "Deleting partitions" message as a potential lengthy operation

* Also use this update to factorize all "This may take a while" messages.
This commit is contained in:
Pete Batard 2020-06-03 16:03:20 +01:00
parent ba3665d990
commit 3b327bff83
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
7 changed files with 166 additions and 127 deletions

View file

@ -422,7 +422,7 @@ BOOL FormatLargeFAT32(DWORD DriveIndex, uint64_t PartitionOffset, DWORD ClusterS
}
// Set the FAT32 volume label
PrintInfoDebug(0, MSG_221);
PrintInfoDebug(0, MSG_221, lmprintf(MSG_307));
// Handle must be closed for SetVolumeLabel to work
safe_closehandle(hLogicalVolume);
VolumeName = GetLogicalName(DriveIndex, PartitionOffset, TRUE, TRUE);