From 0bdf11b09406672853473132929fed1de1bcd492 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Thu, 17 Oct 2013 23:39:49 +0200 Subject: Rename T: to Temp: in Information box D as in depth, T as in time and not another T as in temp. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.c') diff --git a/profile.c b/profile.c index 5fa0cb959..7f03db518 100644 --- a/profile.c +++ b/profile.c @@ -1166,7 +1166,7 @@ static void plot_string(struct plot_data *entry, char *buf, int bufsize, if (entry->temperature) { tempvalue = get_temp_units(entry->temperature, &temp_unit); memcpy(buf2, buf, bufsize); - snprintf(buf, bufsize, translate("gettextFromC","%s\nT:%.1f %s"), buf2, tempvalue, temp_unit); + snprintf(buf, bufsize, translate("gettextFromC","%s\nTemp:%.1f %s"), buf2, tempvalue, temp_unit); } speedvalue = get_vertical_speed_units(abs(entry->speed), NULL, &vertical_speed_unit); -- cgit v1.2.3-70-g09d2