mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-27 05:04:14 -04:00
[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:
parent
ba3665d990
commit
3b327bff83
7 changed files with 166 additions and 127 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue