mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix typo which prevented correct translation of word "Density"
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
988d5bc1b8
commit
aa5b017bea
1 changed files with 1 additions and 1 deletions
|
@ -1374,7 +1374,7 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me
|
||||||
put_format(b, translate("gettextFromC", "END: %d%s\nEADD: %d%s / %.1fg/ℓ\n"), end, depth_unit, eadd, depth_unit, entry->density);
|
put_format(b, translate("gettextFromC", "END: %d%s\nEADD: %d%s / %.1fg/ℓ\n"), end, depth_unit, eadd, depth_unit, entry->density);
|
||||||
break;
|
break;
|
||||||
case AIR:
|
case AIR:
|
||||||
put_format(b, translate("gettectFromC", "Density: %.1fg/ℓ\n"), entry->density);
|
put_format(b, translate("gettextFromC", "Density: %.1fg/ℓ\n"), entry->density);
|
||||||
case FREEDIVING:
|
case FREEDIVING:
|
||||||
/* nothing */
|
/* nothing */
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue