Ticket #472 (fixed task)
Use KB, MB instead of KiB, MiB etc.
- Created: 2011-08-07 18:13:43
- Reported by: Koos
- Assigned to: Franz
- Milestone: 1.4.6
- Component: localization
- Priority: normal
In include/functions:
Change:
$units = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB');
To:
$units = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
More people are familiar with KB, MB etc.
History
Reines 2011-08-10 08:20:28

- Component set to localization.
- Milestone set to 1.4.6.
I agree on localization, but not on changing back to KB, MB, etc.
Franz 2011-08-11 21:46:31

- Owner set to Franz.
I don't care either way, really, but why not? Because it is the "correct" way?
Patch prepared, anyway.