From 307b6c76f8d6cb42ad59d5e91729fdce0caee773 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Thu, 1 Sep 2022 22:29:49 +1000 Subject: [PATCH] Fix deg C symbol --- Documentation/Settings.md | 4 ++-- Translations/translation_EN.json | 2 +- Translations/translations_def.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/Settings.md b/Documentation/Settings.md index d8ca65c9..650b010c 100644 --- a/Documentation/Settings.md +++ b/Documentation/Settings.md @@ -131,7 +131,7 @@ Used to calibrate the ADC+Op-amp offsets for the tip. This calibration must be p On device help text: -Tip-temperature Cold Junction Compensation (not needed if Tip is +/- 5 C of display) +Tip-temperature Cold Junction Compensation (not needed if Tip is +/- 5°C of display) ### Setting: Restore default settings @@ -303,7 +303,7 @@ Invert the OLED screen colors ### Setting: Boot logo duration -Sets the duration for the boot logo (S=seconds). +Sets the duration for the boot logo (s=seconds). On device help text: diff --git a/Translations/translation_EN.json b/Translations/translation_EN.json index 10f4a9da..12e8c454 100644 --- a/Translations/translation_EN.json +++ b/Translations/translation_EN.json @@ -180,7 +180,7 @@ "Calibrate", "tip CJC" ], - "desc": "Tip-temperature Cold Junction Compensation (not needed if Tip is +/- 5 C of display)" + "desc": "Tip-temperature Cold Junction Compensation (not needed if Tip is +/- 5°C of display)" }, "SettingsReset": { "text2": [ diff --git a/Translations/translations_def.js b/Translations/translations_def.js index 132ee35c..04332137 100644 --- a/Translations/translations_def.js +++ b/Translations/translations_def.js @@ -427,7 +427,7 @@ var def = /// "id": "LOGOTime", "maxLen": 7, "maxLen2": 15, - "description": "Sets the duration for the boot logo (S=seconds)." + "description": "Sets the duration for the boot logo (s=seconds)." } ] - } + } \ No newline at end of file