From a9d361574ea99b2b02ebb7b96aab4d71d1e53842 Mon Sep 17 00:00:00 2001 From: Martin Měřinský Date: Mon, 20 Feb 2017 08:54:21 +0100 Subject: unkn > unknown --- core/profile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/profile.c') diff --git a/core/profile.c b/core/profile.c index e1e94e89e..9e0684cce 100644 --- a/core/profile.c +++ b/core/profile.c @@ -1350,7 +1350,7 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me put_format(b, translate("gettextFromC", "Safetystop: %umin @ %.0f%s\n"), DIV_UP(entry->stoptime, 60), depthvalue, depth_unit); else - put_format(b, translate("gettextFromC", "Safetystop: unkn time @ %.0f%s\n"), + put_format(b, translate("gettextFromC", "Safetystop: unknown time @ %.0f%s\n"), depthvalue, depth_unit); } else { /* actual deco stop */ @@ -1358,7 +1358,7 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me put_format(b, translate("gettextFromC", "Deco: %umin @ %.0f%s\n"), DIV_UP(entry->stoptime, 60), depthvalue, depth_unit); else - put_format(b, translate("gettextFromC", "Deco: unkn time @ %.0f%s\n"), + put_format(b, translate("gettextFromC", "Deco: unknown time @ %.0f%s\n"), depthvalue, depth_unit); } } else if (entry->in_deco) { -- cgit v1.2.3-70-g09d2