diff options
author | 2020-05-24 11:52:01 +0200 | |
---|---|---|
committer | 2020-05-25 08:33:08 -0700 | |
commit | 2d17edeb40125458313ca078026f933d49356e7f (patch) | |
tree | 596436f3514fe1fcce53bf7042a097d91d20d63c /CHANGELOG.md | |
parent | 87c91af82407857ca0b14bbef992bca2ce0cfafd (diff) | |
download | subsurface-2d17edeb40125458313ca078026f933d49356e7f.tar.gz |
desktop: localize salinity value
The salinity value was not displayed with localized thousands separators.
E.g. to a user of a German locale the density read as slightly over
1 g/l, when it should be approximately 1000 g/l. For consistency, also
localize that value.
Also localize the CNS and OTU numbers, even though these should
(hopefully!) never come with thousands separators.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 99cf0dcdb..c93b167ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +desktop: localize salinity string with respect to thousands separators desktop: update date and time fields on maintab if user changes preferences mobile: small improvements to usability with dark theme Core: improve service selection for BLE, adding white list and black list |