AlShakib / InternetSpeedMeter

A simple and minimal internet speed meter extension for Gnome Shell
GNU General Public License v3.0
37 stars 11 forks source link

units - kilo == 'k' #3

Closed pwujek closed 3 years ago

pwujek commented 3 years ago

Please change the K in 'KB/s' to 'k' (lowercase) - uppercase K doesn't mean anything, lowercase k means 1000.

AlShakib commented 3 years ago

Sorry for the late reply. Anyway, Kilobytes or Megabytes are actually based on 1024. The SI unit prefix KILO or MEGA means x1000. But computers use binary, so the closest whole binary number to that is 1024. Some people may prefer KiB or MiB for 1024 based units, but we think simple KB or MB is more readable.