From 30ca60272c3200cce1f7395eef1c23bc99141d77 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Tue, 27 Aug 2019 12:22:34 +0200 Subject: [PATCH] Yet another wording update. --- src/libslic3r/PrintConfig.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 0b8844319..477962405 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -2758,8 +2758,7 @@ void PrintConfigDef::init_sla_params() def = this->add("pad_object_connector_width", coFloat); def->label = L("Pad object connector width"); def->category = L("Pad"); - def->tooltip = L("The width of the connectors sticks which connect the " - "object pad and the generated pad."); + def->tooltip = L("Width of the connector sticks which connect the object and the generated pad."); def->sidetext = L("mm"); def->min = 0; def->mode = comExpert;