Correcting Hertz symbol (#1364)

Changing to the global standard as per https://en.wikipedia.org/wiki/Hertz.
This commit is contained in:
Rob de Jonge 2020-11-09 15:20:19 +07:00 committed by GitHub
parent 9816e677a6
commit 2ab3534a4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -629,7 +629,7 @@ UNIT_DEGREES = '°'
UNIT_EMPTY = ''
UNIT_G = 'G'
UNIT_HECTOPASCAL = 'hPa'
UNIT_HERTZ = 'hz'
UNIT_HERTZ = 'Hz'
UNIT_KELVIN = 'K'
UNIT_KILOMETER = 'km'
UNIT_KILOMETER_PER_HOUR = 'km/h'