heartrate, heartbeat > heart rate

This commit is contained in:
Martin Měřinský 2017-02-20 09:29:20 +01:00 committed by Dirk Hohndel
parent 869a7fcfcc
commit b14301a84c
3 changed files with 6 additions and 6 deletions

View file

@ -1407,7 +1407,7 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me
}
}
if (entry->heartbeat && prefs.hrgraph)
put_format(b, translate("gettextFromC", "heartbeat: %d\n"), entry->heartbeat);
put_format(b, translate("gettextFromC", "heart rate: %d\n"), entry->heartbeat);
if (entry->bearing)
put_format(b, translate("gettextFromC", "bearing: %d\n"), entry->bearing);
if (entry->running_sum) {

View file

@ -482,7 +482,7 @@ void ProfileWidget2::setupItemSizes()
itemPos.temperature.intermediate.setP2(QPointF(0, 12));
#endif
// Heartbeat axis config
// Heart rate axis config
itemPos.heartBeat.pos.on.setX(3);
itemPos.heartBeat.pos.on.setY(82);
itemPos.heartBeat.expanded.setP1(QPointF(0, 0));