mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
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:
committed by
GitHub
parent
255d7153f4
commit
4cab501f14
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user