Fixed minor typo (#2519)

This commit is contained in:
mariuske 2023-10-27 15:31:38 +02:00 committed by GitHub
parent d6c9463a31
commit 7a71db1df0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;