Actions
Emulator Issues #8588
closedRemove the 'i' from all of the 'Size' units (GiB, MiB etc.)
Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
This is pretty minor, but something I don't think should be too hard to address. 'GiB' could be interpreted as gigabytes, but 'MiB' definitely looks strange here (migabytes?), and both in fact refer to different units entirely:
http://en.wikipedia.org/wiki/Gibibyte
http://en.wikipedia.org/wiki/Mebibyte
In short, using GB and MB would be and look much better here.
Updated by Buddybenj over 9 years ago
- Status changed from New to Questionable
I'm pretty sure that we actually are referring to Mebibytes and Gibibytes.
Updated by JosJuice over 9 years ago
- Status changed from Questionable to Invalid
We are indeed using those units.
Updated by Anonymous over 9 years ago
I had no idea that was the case. Thank you very much for clarifying!
Actions