diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-11-25 15:47:23 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-25 07:57:28 -0800 |
commit | f72ec5e29bbf36f5346dd7c0a56972e916c4efa1 (patch) | |
tree | c4cb003e182ede521073bc59962f57f0af7990c2 /qt-ui/models.cpp | |
parent | 81fce5ad19a5886c9495fe5012bd5c48359b173f (diff) | |
download | subsurface-f72ec5e29bbf36f5346dd7c0a56972e916c4efa1.tar.gz |
Consistent representation of O₂
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/models.cpp')
-rw-r--r-- | qt-ui/models.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index f22a1f6c9..2bb40ef59 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -75,7 +75,7 @@ CylindersModel::CylindersModel(QObject *parent) : changed(false), rows(0) { // enum {REMOVE, TYPE, SIZE, WORKINGPRESS, START, END, O2, HE, DEPTH}; - setHeaderDataStrings(QStringList() << "" << tr("Type") << tr("Size") << tr("Work press.") << tr("Start press.") << tr("End press.") << trUtf8("O" UTF8_SUBSCRIPT_2 "%") << tr("He%") + setHeaderDataStrings(QStringList() << "" << tr("Type") << tr("Size") << tr("Work press.") << tr("Start press.") << tr("End press.") << tr("O₂%") << tr("He%") << tr("Switch at") << tr("Use")); initTrashIcon(); |