diff options
author | Martin Měřinský <mermar@centrum.cz> | 2017-03-13 06:49:44 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-13 10:28:06 -0700 |
commit | 4f96afff995ea6337585f8cb7809d7f1f4508c96 (patch) | |
tree | bcfaa011113795a6a1f34990baf7aac9ed731fb6 /core/profile.c | |
parent | 0b5f33f3eff332552ddaf7ae0fce00ebfcd5aa36 (diff) | |
download | subsurface-4f96afff995ea6337585f8cb7809d7f1f4508c96.tar.gz |
Safetystop > Safety stop
Diffstat (limited to 'core/profile.c')
-rw-r--r-- | core/profile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/profile.c b/core/profile.c index 233f67360..0f7bbe0bd 100644 --- a/core/profile.c +++ b/core/profile.c @@ -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 */ |