From f7cbe24779b138fb386feb99e12f871488b18c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C4=9B=C5=99insk=C3=BD?= Date: Thu, 9 Mar 2017 09:54:41 +0100 Subject: [PATCH] =?UTF-8?q?O2=20>=20O=E2=82=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- desktop-widgets/maintab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())