diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 5e79c97d3e..a53a2d7286 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -1503,7 +1503,7 @@ void PrintConfigDef::init_fff_params() def = this->add("gcode_label_objects", coEnum); def->label = L("Label objects"); def->tooltip = L("Selects whether labels should be exported at object boundaries and in what format.\n" - " Octoprint = comments to be consumed by Octoprint CancelObject plugin.\n" + " OctoPrint = comments to be consumed by OctoPrint CancelObject plugin.\n" " Firmware = firmware specific G-code (it will be chosen based on firmware flavor and it can end up to be empty).\n\n" "This settings is NOT compatible with Single Extruder Multi Material setup and Wipe into Object / Wipe into Infill.");