mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[misc] fix non-English messages appearing in the log
This commit is contained in:
parent
e6ac3782fe
commit
f4c7f2963c
5 changed files with 22 additions and 9 deletions
|
@ -446,7 +446,8 @@ BOOL FormatLargeFAT32(DWORD DriveIndex, uint64_t PartitionOffset, DWORD ClusterS
|
|||
}
|
||||
|
||||
// Set the FAT32 volume label
|
||||
PrintInfoDebug(0, MSG_221, lmprintf(MSG_307));
|
||||
PrintInfo(0, MSG_221, lmprintf(MSG_307));
|
||||
uprintf("Setting label...");
|
||||
// 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