From 46a70ac3513f875990db7d878370d4ba66a6c73e Mon Sep 17 00:00:00 2001 From: bubnikv Date: Tue, 27 Aug 2019 12:19:44 +0200 Subject: [PATCH] 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 98469d5c440..0b884431996 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -2749,8 +2749,7 @@ void PrintConfigDef::init_sla_params() def = this->add("pad_object_connector_stride", coFloat); def->label = L("Pad object connector stride"); def->category = L("Pad"); - def->tooltip = L("Distance between two connector sticks between " - "the object pad and the generated pad."); + def->tooltip = L("Distance between two connector sticks which connect the object and the generated pad."); def->sidetext = L("mm"); def->min = 0; def->mode = comExpert;