summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Martin Měřinský <mermar@centrum.cz>2017-03-09 09:54:41 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-11 08:10:10 -0800
commitf7cbe24779b138fb386feb99e12f871488b18c7c (patch)
tree229d7dab113c3cc0e8b0e785730ab1fb8994c598 /desktop-widgets
parent2784ce175a63d10e853b24cb9441527ae4be8dd8 (diff)
downloadsubsurface-f7cbe24779b138fb386feb99e12f871488b18c7c.tar.gz
O2 > O₂
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/maintab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/maintab.cpp b/desktop-widgets/maintab.cpp
index 4c5122762..7a9ac5d2b 100644
--- a/desktop-widgets/maintab.cpp
+++ b/desktop-widgets/maintab.cpp
@@ -737,7 +737,7 @@ void MainTab::updateDiveInfo(bool clear)
if (he_tot.mliter && o2_tot.mliter)
gasUsedString.append(tr(" and "));
if (o2_tot.mliter)
- gasUsedString.append(QString("O2: %2\n").arg(get_volume_string(o2_tot, true)));
+ gasUsedString.append(QString("O₂: %2\n").arg(get_volume_string(o2_tot, true)));
}
ui.gasConsumption->setText(gasUsedString);
if(ui.locationTags->text().isEmpty())