mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Translate the SAC value in 'Dive Info'
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
88a321c983
commit
6ff784113e
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ static void show_single_dive_stats(struct dive *dive)
|
|||
set_label(single_w.water_temp, "");
|
||||
value = get_volume_units(dive->sac, &decimals, &unit);
|
||||
if (value > 0) {
|
||||
set_label(single_w.sac, "%.*f %s/min", decimals, value, unit);
|
||||
set_label(single_w.sac, _("%.*f %s/min"), decimals, value, unit);
|
||||
} else
|
||||
set_label(single_w.sac, "");
|
||||
set_label(single_w.otu, "%d", dive->otu);
|
||||
|
|
Loading…
Add table
Reference in a new issue