Standardize the Unicode chars for unit strings (#14631)

Co-authored-by: Ian Bassi <ian.bassi@outlook.com>
This commit is contained in:
Alexandre Folle de Menezes
2026-07-16 17:37:09 -03:00
committed by GitHub
parent f7145c9b37
commit 979e56f1d0
27 changed files with 77 additions and 77 deletions

View File

@@ -7881,7 +7881,7 @@ bool Tab::validate_filament_temperature_pairs()
if (delta <= rule.max_delta)
continue;
const wxString deg_c = wxString::FromUTF8("°C");
const wxString deg_c = wxString::FromUTF8("");
const wxString bullet = wxString::FromUTF8("");
invalid_pairs += wxString::Format(_L(" - %s:\n %s first layer %d %s, other layers %d %s\n %s max delta %d %s, current delta %d %s\n"),
rule.label, bullet, first_temp, deg_c, other_temp, deg_c, bullet, rule.max_delta, deg_c, delta, deg_c);