From 58985cd8aee2015d4b182108a062357d6e256158 Mon Sep 17 00:00:00 2001 From: willemferguson Date: Fri, 7 Jun 2019 09:36:15 +0200 Subject: Correct typo in Information box Correct type in SCR delta pO2 display in Information box Signed-off-by: willemferguson --- core/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/profile.c b/core/profile.c index 61277b6be..092bfdd7c 100644 --- a/core/profile.c +++ b/core/profile.c @@ -1420,7 +1420,7 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me if (prefs.pp_graphs.po2 && entry->pressures.o2 > 0) { put_format_loc(b, translate("gettextFromC", "pO₂: %.2fbar\n"), entry->pressures.o2); if (entry->scr_OC_pO2.mbar) - put_format_loc(b, translate("gettextFromC", "SCR ΔpO2: %.2fbar\n"), entry->scr_OC_pO2.mbar/1000.0 - entry->pressures.o2); + put_format_loc(b, translate("gettextFromC", "SCR ΔpO₂: %.2fbar\n"), entry->scr_OC_pO2.mbar/1000.0 - entry->pressures.o2); } if (prefs.pp_graphs.pn2 && entry->pressures.n2 > 0) put_format_loc(b, translate("gettextFromC", "pN₂: %.2fbar\n"), entry->pressures.n2); -- cgit v1.2.3-70-g09d2