1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 11:39:16 +02:00

Various localization and translations fixes

This commit is contained in:
2022-07-07 00:45:53 +02:00
parent c9330bf273
commit 699baf14bd
18 changed files with 65 additions and 65 deletions

View File

@ -55,11 +55,11 @@ void ElevationGraph::setInfo()
QLocale l(QLocale::system());
#ifdef Q_OS_ANDROID
/*: Use an Unicode arrow (U+2B08) when there is no abbreviation or
/*: Use an Unicode arrow (U+2197) when there is no abbreviation or
extremly short term for "Up" in your language */
GraphView::addInfo(tr("Up"), l.toString(ascent() * yScale(), 'f', 0)
+ UNIT_SPACE + yUnits());
/*: Use an Unicode arrow (U+2B0A) when there is no abbreviation or
/*: Use an Unicode arrow (U+2198) when there is no abbreviation or
extremly short term for "Down" in your language */
GraphView::addInfo(tr("Down"), l.toString(descent() * yScale(), 'f', 0)
+ UNIT_SPACE + yUnits());