Skip to content

Commit

Permalink
Change "Partition size" to "Part size" and "Device size" to "Disk size"
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 30, 2014
1 parent be23630 commit 61472f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,8 @@ Public Sub refreshing()

Label16.Text = "Device model: " & Disk_Drives.device_model & ""
Label17.Text = "Device vendor: " & Disk_Drives.device_vendor & ""
Label38.Text = "Partition size: " & Disk_Drives.partition_size & ""
Label250.Text = "Device size: " & Disk_Drives.real_size & ""
Label38.Text = "Part size: " & Disk_Drives.partition_size & ""
Label250.Text = "Disk size: " & Disk_Drives.real_size & ""
Label39.Text = "Filesystem type: " & Disk_Drives.filesystem_type & ""
Label41.Text = "Device rev: " & Disk_Drives.device_rev & ""
Label42.Text = "Max sectors: " & Disk_Drives.max_sectors & ""
Expand Down

0 comments on commit 61472f6

Please sign in to comment.