mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 19:23:24 +00:00
Safetystop > Safety stop
This commit is contained in:
parent
0b5f33f3ef
commit
4f96afff99
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue