summaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2016-07-19 19:01:06 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-07-23 10:53:39 +0900
commitf96f3abcdcbaac24c8126a858abc1d2d4796bf6b (patch)
tree354f1f70e31b3ab901a8cf5bfe5e5ca8c0c2f44e /qt-models
parente34bf957188e0f79ef79c56c72780f5881c2c24e (diff)
downloadsubsurface-f96f3abcdcbaac24c8126a858abc1d2d4796bf6b.tar.gz
Relabel cylindermodel "Deco MOD" column to "Deco switch at"
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 4d9fe9beb..d944d204e 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"));
}