[PATCH 06/11] Be more clear about deco MOD / switch depth and bottom MOD

Rick Walsh rickmwalsh at gmail.com
Wed Jul 6 05:40:33 PDT 2016


The switch depth of a decompression gas is its MOD. By renaming the heading to
"Deco MOD", it is more clearly distinguished from the  bottom MOD, and it is
more obvious how they relate to the Bottom pO2 and Deco pO2 preferences.

Signed-off-by: Rick Walsh <rickmwalsh at gmail.com>
---
 qt-models/cylindermodel.cpp | 2 +-
 terms                       | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/qt-models/cylindermodel.cpp b/qt-models/cylindermodel.cpp
index eff2a33..dbe39b0 100644
--- a/qt-models/cylindermodel.cpp
+++ b/qt-models/cylindermodel.cpp
@@ -14,7 +14,7 @@ CylindersModel::CylindersModel(QObject *parent) :
 {
 	//	enum {REMOVE, TYPE, SIZE, WORKINGPRESS, START, END, O2, HE, DEPTH, MOD, MND, USE};
 	setHeaderDataStrings(QStringList() << "" << tr("Type") << tr("Size") << tr("Work press.") << tr("Start press.") << tr("End press.") << tr("O₂%") << tr("He%")
-						 << tr("Switch at") <<tr("Bot. MOD") <<tr("MND") << tr("Use"));
+						 << tr("Deco MOD") <<tr("Bot. MOD") <<tr("MND") << tr("Use"));
 
 }
 
diff --git a/terms b/terms
index b3a68c3..f798450 100644
--- a/terms
+++ b/terms
@@ -53,8 +53,12 @@ StartPress	 Starting Pressure - at the beginning of a dive
 
 EndPress	 Ending Pressure - at the end of a dive
 
-Switch at	 the depth at which the diver wants to switch to
-		 a certain gas
+Deco MOD	 The Maximum Operating Depth for a decompression gas,
+		 which is the depth at which the diver wants to switch
+		 to a decompression gas
+
+Bot. MOD	 The Maximum Operating Depth for a gas used in the bottom
+		 phase of a dive
 
 Device ID	 Unique ID for a specific dive computer
 
-- 
2.7.4



More information about the subsurface mailing list