Commit 08ec721
Use IEC prefixes for file sizes
This to clear any confusion around file size.
As reported at #205, some OS, or desktop environments, or applications,
or whatever, show file sizes using SI units (ie. multiples of 1000),
while others use IEC units (multiples of 1024). And both might use the
suffixes KB, MB, GB and TB for it. So users get confused.
For example, a file that is said to be "3.5 GB" in the Mirrorbits page,
will then appear as "3.8 GB" after download in the GNOME file manager,
because GNOME prefers SI units.
So let's use the IEC prefixes (Ki, Mi, Gi and Ti) in the Mirrorbits web
pages, that should clear any ambiguity.
Closes: #2051 parent 4125599 commit 08ec721
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments