Fixed minor typo (#2519)

This commit is contained in:
mariuske
2023-10-27 15:31:38 +02:00
committed by GitHub
parent bd4cbc352f
commit b9b3680a10
18 changed files with 18 additions and 18 deletions

View File

@@ -1867,7 +1867,7 @@ def = this->add("filament_loading_speed", coFloats);
def = this->add("initial_layer_acceleration", coFloat);
def->label = L("Initial layer");
def->tooltip = L("Acceleration of initial layer. Using a lower value can improve build plate adhensive");
def->tooltip = L("Acceleration of initial layer. Using a lower value can improve build plate adhesive");
def->sidetext = L("mm/s²");
def->min = 0;
def->mode = comAdvanced;