[PATCH] Relabel cylindermodel "Deco MOD" column to "Deco switch at"

Rick Walsh rickmwalsh at gmail.com
Tue Jul 19 02:01:06 PDT 2016


Signed-off-by: Rick Walsh <rickmwalsh at gmail.com>
---

Robert pointed out that "Deco MOD" isn't the best description of this column - it behaves differently from the "Bottom MOD" column when the depth is changed.  It is really the "switch at" depth (previous label), but is only used in deco.

Please wait for Robert's comment before applying to master.

qt-models/cylindermodel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-models/cylindermodel.cpp b/qt-models/cylindermodel.cpp
index 73dd02d..f349685 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("Deco MOD") <<tr("Bot. MOD") <<tr("MND") << tr("Use"));
+						 << tr("Deco switch at") <<tr("Bot. MOD") <<tr("MND") << tr("Use"));
 
 }
 
-- 
2.7.4



More information about the subsurface mailing list