mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
O2 > O₂
This commit is contained in:
parent
2784ce175a
commit
f7cbe24779
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue