mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Heartrate sounds better than heart beat
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d329420d55
commit
04749d6863
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ QVariant DivePlotDataModel::headerData(int section, Qt::Orientation orientation,
|
|||
case AMBPRESSURE:
|
||||
return tr("Ambient pressure");
|
||||
case HEARTBEAT:
|
||||
return tr("Heart beat");
|
||||
return tr("Heart rate");
|
||||
case GFLINE:
|
||||
return tr("Gradient factor");
|
||||
case INSTANT_MEANDEPTH:
|
||||
|
|
Loading…
Add table
Reference in a new issue