summaryrefslogtreecommitdiffstats
path: root/core/profile.c
diff options
context:
space:
mode:
authorGravatar Stefan Fuchs <sfuchs@gmx.de>2017-11-05 15:51:22 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-06 12:07:06 -0800
commitaa5b017beab4c4d072a84cd54ccdcc5641697ece (patch)
treea7da3574bf5a18b9af1b72f93756ea1aca39904e /core/profile.c
parent988d5bc1b85a05ae25c4d2848b3eb4233530a8d7 (diff)
downloadsubsurface-aa5b017beab4c4d072a84cd54ccdcc5641697ece.tar.gz
Fix typo which prevented correct translation of word "Density"
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'core/profile.c')
-rw-r--r--core/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/profile.c b/core/profile.c
index ce053a67c..9150f20dd 100644
--- a/core/profile.c
+++ b/core/profile.c
@@ -1374,7 +1374,7 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me
put_format(b, translate("gettextFromC", "END: %d%s\nEADD: %d%s / %.1fg/ℓ\n"), end, depth_unit, eadd, depth_unit, entry->density);
break;
case AIR:
- put_format(b, translate("gettectFromC", "Density: %.1fg/ℓ\n"), entry->density);
+ put_format(b, translate("gettextFromC", "Density: %.1fg/ℓ\n"), entry->density);
case FREEDIVING:
/* nothing */
break;