mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Added some more translators comments
This commit is contained in:
@ -63,8 +63,12 @@ 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 */
|
||||
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 */
|
||||
GraphView::addInfo(tr("Min"), l.toString(min() * yScale(), 'f', 0)
|
||||
+ UNIT_SPACE + yUnits());
|
||||
#else // Q_OS_ANDROID
|
||||
|
Reference in New Issue
Block a user