diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2015-01-26 06:51:18 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-26 07:25:46 -0800 |
commit | 04749d68630420ffade6f30afca043fe451bc10c (patch) | |
tree | b46306dceeb44d35677e7357ab5de67e6097ca30 /qt-ui | |
parent | d329420d5549e02e32ff4673513329f9dc30650f (diff) | |
download | subsurface-04749d68630420ffade6f30afca043fe451bc10c.tar.gz |
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>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/profile/diveplotdatamodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/diveplotdatamodel.cpp b/qt-ui/profile/diveplotdatamodel.cpp index cdf17fe46..a4d1a90e9 100644 --- a/qt-ui/profile/diveplotdatamodel.cpp +++ b/qt-ui/profile/diveplotdatamodel.cpp @@ -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: |