From e07d23f806311460789f30d4998a1c852af39dc7 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 20 Jul 2014 15:07:55 +0200 Subject: Rename list column from O2% to Gas In the dive list, calling the column O2% is kinda wrong, because in at least my dive list there are both air and trimix showing up, so this renames that column to Gas. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/models.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index 11e84c9c2..db5f180e0 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -1339,7 +1339,7 @@ QVariant DiveTripModel::headerData(int section, Qt::Orientation orientation, int ret = tr("Cyl"); break; case NITROX: - ret = QString("O%1%").arg(UTF8_SUBSCRIPT_2); + ret = tr("Gas"); break; case SAC: ret = tr("SAC"); -- cgit v1.2.3-70-g09d2