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

Remove missleading translation comments

(the given arrows are missing in most fonts)
This commit is contained in:
2022-07-07 00:56:06 +02:00
parent 1c6c47d42d
commit 5488f5c531
18 changed files with 172 additions and 174 deletions

View File

@ -63,12 +63,10 @@ void ElevationGraph::setInfo()
extremly short term for "Down" in your language */
GraphView::addInfo(tr("Down"), l.toString(descent() * yScale(), 'f', 0)
+ UNIT_SPACE + yUnits());
/*: Use an Unicode arrow (U+2912) when there is no abbreviation or
extremly short term for "Max" in your language */
/*: Use an abbreviation or a extremly short term */
GraphView::addInfo(tr("Max"), l.toString(max() * yScale(), 'f', 0)
+ UNIT_SPACE + yUnits());
/*: Use an Unicode arrow (U+2913) when there is no abbreviation or
extremly short term for "Min" in your language */
/*: Use an abbreviation or a extremly short term */
GraphView::addInfo(tr("Min"), l.toString(min() * yScale(), 'f', 0)
+ UNIT_SPACE + yUnits());
#else // Q_OS_ANDROID