Fix typo which prevented correct translation of word "Density"

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-11-05 15:51:22 +01:00 committed by Dirk Hohndel
parent 988d5bc1b8
commit aa5b017bea

View file

@ -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;