From c38eaf68e98a2ede308a6406365a15bb7a92c32e Mon Sep 17 00:00:00 2001 From: Tim Wootton Date: Mon, 26 Jan 2015 06:51:19 +0000 Subject: Change mean depth/s to mean depth @ s Mean depth/s sounds too much like a rate of change but this referers to instantaneus mean depth at a time. Signed-off-by: Tim Wootton Signed-off-by: Dirk Hohndel --- qt-ui/profile/diveplotdatamodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/profile') diff --git a/qt-ui/profile/diveplotdatamodel.cpp b/qt-ui/profile/diveplotdatamodel.cpp index a4d1a90e9..b09f026bb 100644 --- a/qt-ui/profile/diveplotdatamodel.cpp +++ b/qt-ui/profile/diveplotdatamodel.cpp @@ -148,7 +148,7 @@ QVariant DivePlotDataModel::headerData(int section, Qt::Orientation orientation, case GFLINE: return tr("Gradient factor"); case INSTANT_MEANDEPTH: - return tr("Mean depth/s"); + return tr("Mean depth @ s"); } if (role == Qt::DisplayRole && section >= TISSUE_1 && section <= TISSUE_16) { return QString("Ceiling: %1").arg(section - TISSUE_1); -- cgit v1.2.3-70-g09d2