diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-11-16 08:56:36 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-11-16 16:55:55 -0800 |
commit | 1b77255807b9c11b1a1f6d3d504ccf2ade1d1d52 (patch) | |
tree | 285e2d69fd5e3fb273de256ac4e7af42787ac1a9 /CHANGELOG.md | |
parent | 82aa0da5ec31dc5ffed76805fbc21de25b548463 (diff) | |
download | subsurface-1b77255807b9c11b1a1f6d3d504ccf2ade1d1d52.tar.gz |
Dive list: correctly translate trip date
Adapt get_trip_date_string() to use the same logic as get_dive_date_string():
Use the static "loc" object to translate date. Before, the trip
date was shown in C locale.
Reported-by: Philippe Massart <philippe@philmassart.net>
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c86059999..46243ae11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -- Tag: high level what changed (please replace this line with your first CHANGELOG entry) +- Desktop: translate trip date --- * Always add new entries at the very top of this file above other existing entries and this note. * Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]` |