From 4f96afff995ea6337585f8cb7809d7f1f4508c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C4=9B=C5=99insk=C3=BD?= Date: Mon, 13 Mar 2017 06:49:44 +0100 Subject: [PATCH] Safetystop > Safety stop --- core/profile.c | 4 ++-- 1 file 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 */