[PATCH 3/3] Removes /s on mean depth

Tim Wootton tim at tee-jay.demon.co.uk
Sun Jan 25 22:51:19 PST 2015


mean depth/s sounds too much like a rate of change but this
referers to instantaneus mean depth at a time.
Mean depth at s might be another alternative for this if preferred.

Signed-off-by: Tim Wootton <tim at tee-jay.demon.co.uk>
---
 qt-ui/profile/diveplotdatamodel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/profile/diveplotdatamodel.cpp b/qt-ui/profile/diveplotdatamodel.cpp
index a4d1a90..6fc4386 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");
 	}
 	if (role == Qt::DisplayRole && section >= TISSUE_1 && section <= TISSUE_16) {
 		return QString("Ceiling: %1").arg(section - TISSUE_1);
-- 
2.1.4



More information about the subsurface mailing list