Fix inconsistencies on new translated strings (#10310)

* Unmark string that don't need to be translated

* Spellcheck

* Fix calibration strings consistency
This commit is contained in:
Alexandre Folle de Menezes
2025-08-09 12:52:48 -03:00
committed by GitHub
parent 255d7153f4
commit 4cab501f14
29 changed files with 397 additions and 655 deletions

View File

@@ -4744,7 +4744,7 @@ void PrintConfigDef::init_fff_params()
def->tooltip = L("Temperature difference to be applied when an extruder is not active. "
"The value is not used when 'idle_temperature' in filament settings "
"is set to non-zero value.");
def->sidetext = "\u2103"; // delta degrees Celsius, don't need translation
def->sidetext = u8"\u2103"; // delta degrees Celsius, don't need translation
def->min = -max_temp;
def->max = max_temp;
def->mode = comAdvanced;