From 3d89914633574efd379cf6c5ce007e664ca636d5 Mon Sep 17 00:00:00 2001 From: Martin Měřinský Date: Mon, 13 Mar 2017 07:09:06 +0100 Subject: Use GFLow, GFHigh (not GFlow, GF Low, GF low). --- core/planner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/planner.c b/core/planner.c index 90fe6294a..1564643d9 100644 --- a/core/planner.c +++ b/core/planner.c @@ -815,7 +815,7 @@ static void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool /* Print the settings for the diveplan next. */ if (decoMode() == BUEHLMANN){ - snprintf(temp, sz_temp, translate("gettextFromC", "Deco model: Bühlmann ZHL-16C with GFlow = %d and GFhigh = %d"), + snprintf(temp, sz_temp, translate("gettextFromC", "Deco model: Bühlmann ZHL-16C with GFLow = %d and GFHigh = %d"), diveplan->gflow, diveplan->gfhigh); } else if (decoMode() == VPMB){ int temp_len; @@ -828,7 +828,7 @@ static void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool , diveplan->eff_gfhigh); } else if (decoMode() == RECREATIONAL){ - snprintf(temp, sz_temp, translate("gettextFromC", "Deco model: Recreational mode based on Bühlmann ZHL-16B with GFlow = %d and GFhigh = %d"), + snprintf(temp, sz_temp, translate("gettextFromC", "Deco model: Recreational mode based on Bühlmann ZHL-16B with GFLow = %d and GFHigh = %d"), diveplan->gflow, diveplan->gfhigh); } len += snprintf(buffer + len, sz_buffer - len, "
%s
",temp); -- cgit v1.2.3-70-g09d2