aboutsummaryrefslogtreecommitdiffstats
path: root/core/profile.c
diff options
context:
space:
mode:
authorGravatar Martin Měřinský <mermar@centrum.cz>2017-02-20 08:54:21 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-11 08:09:07 -0800
commita9d361574ea99b2b02ebb7b96aab4d71d1e53842 (patch)
treee983322e257aa93a660f1a938a4858290a3c6b42 /core/profile.c
parent9b93397ec25155f644bb2757e8e537ac24b661c5 (diff)
downloadsubsurface-a9d361574ea99b2b02ebb7b96aab4d71d1e53842.tar.gz
unkn > unknown
Diffstat (limited to 'core/profile.c')
-rw-r--r--core/profile.c4
1 files changed, 2 insertions, 2 deletions
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) {