From 888783e0b8c26f34f1cb075d8c3132c3c5cb637d 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 98469d5c4..0b8844319 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;