O2 > O₂

This commit is contained in:
Martin Měřinský 2017-03-09 09:54:41 +01:00 committed by Dirk Hohndel
parent 2784ce175a
commit f7cbe24779

View file

@ -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())