Safetystop > Safety stop

This commit is contained in:
Martin Měřinský 2017-03-13 06:49:44 +01:00 committed by Dirk Hohndel
parent 0b5f33f3ef
commit 4f96afff99

View file

@ -1347,10 +1347,10 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me
if (entry->ndl) {
/* this is a safety stop as we still have ndl */
if (entry->stoptime)
put_format(b, translate("gettextFromC", "Safetystop: %umin @ %.0f%s\n"), DIV_UP(entry->stoptime, 60),
put_format(b, translate("gettextFromC", "Safety stop: %umin @ %.0f%s\n"), DIV_UP(entry->stoptime, 60),
depthvalue, depth_unit);
else
put_format(b, translate("gettextFromC", "Safetystop: unknown time @ %.0f%s\n"),
put_format(b, translate("gettextFromC", "Safety stop: unknown time @ %.0f%s\n"),
depthvalue, depth_unit);
} else {
/* actual deco stop */