summaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2016-07-06 22:40:33 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-07-09 12:08:16 -0700
commit274ff270d88cf5de60accb23dcfbbed6ca9794e6 (patch)
treef40acaa6d704eca3591871f696ffe4815708ec69 /qt-models
parent6ed5e0d621dfaf481821bf8167e28fe61d4ba583 (diff)
downloadsubsurface-274ff270d88cf5de60accb23dcfbbed6ca9794e6.tar.gz
Be more clear about deco MOD / switch depth and bottom MOD
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@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models')
-rw-r--r--qt-models/cylindermodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/cylindermodel.cpp b/qt-models/cylindermodel.cpp
index eff2a334a..dbe39b04e 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"));
}