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>
This commit is contained in:
Rick Walsh 2016-07-06 22:40:33 +10:00 committed by Dirk Hohndel
parent 6ed5e0d621
commit 274ff270d8
2 changed files with 7 additions and 3 deletions

View file

@ -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"));
}