mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Consistently use the famous l for liters in info tab
For salinity in info tab change the l character to the famous Subsurface "ℓ". Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
5c248d91cd
commit
e7ae749d52
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ void TabDiveInformation::updateData()
|
|||
ui->airPressureText->clear();
|
||||
|
||||
if (displayed_dive.salinity)
|
||||
ui->salinityText->setText(QString("%1g/l").arg(displayed_dive.salinity / 10.0));
|
||||
ui->salinityText->setText(QString("%1g/ℓ").arg(displayed_dive.salinity / 10.0));
|
||||
else
|
||||
ui->salinityText->clear();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue