mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 20:24:26 -04:00
[ui] always use fake units for proposed labels
* Also improve log messages
This commit is contained in:
parent
65a0c2c42d
commit
e8c717c394
5 changed files with 15 additions and 14 deletions
|
@ -898,7 +898,7 @@ static BOOL PopulateProperties(void)
|
|||
|
||||
// Set a proposed label according to the size (eg: "256MB", "8GB")
|
||||
static_sprintf(SelectedDrive.proposed_label, "%s",
|
||||
SizeToHumanReadable(SelectedDrive.DiskSize, FALSE, use_fake_units));
|
||||
SizeToHumanReadable(SelectedDrive.DiskSize, FALSE, TRUE));
|
||||
|
||||
// Add a tooltip (with the size of the device in parenthesis)
|
||||
device_tooltip = (char*) malloc(safe_strlen(DriveName.String[device_index]) + 32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue