mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed copy&paste error
This commit is contained in:
parent
9f14eb7e70
commit
b4a06057f8
@ -18,9 +18,9 @@ QString PowerGraphItem::toolTip() const
|
||||
ToolTip tt;
|
||||
|
||||
tt.insert(tr("Maximum"), QString::number(max(), 'f', 1)
|
||||
+ UNIT_SPACE + tr("1/min"));
|
||||
+ UNIT_SPACE + tr("W"));
|
||||
tt.insert(tr("Average"), QString::number(avg(), 'f', 1)
|
||||
+ UNIT_SPACE + tr("1/min"));
|
||||
+ UNIT_SPACE + tr("W"));
|
||||
|
||||
return tt.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user