mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +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);
|
||||
break;
|
||||
case AIR:
|
||||
put_format(b, translate("gettectFromC", "Density: %.1fg/ℓ\n"), entry->density);
|
||||
put_format(b, translate("gettextFromC", "Density: %.1fg/ℓ\n"), entry->density);
|
||||
case FREEDIVING:
|
||||
/* nothing */
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue