From: johanengelen Date: Fri, 28 Dec 2007 15:41:40 +0000 (+0000) Subject: add tooltip text to bend path. #178471 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=93ee22038921227f7e67ba23cb1e8dba87188b13;p=inkscape.git add tooltip text to bend path. #178471 --- diff --git a/src/live_effects/lpe-pathalongpath.cpp b/src/live_effects/lpe-pathalongpath.cpp index 9ac75cb3c..ef6373274 100644 --- a/src/live_effects/lpe-pathalongpath.cpp +++ b/src/live_effects/lpe-pathalongpath.cpp @@ -70,7 +70,7 @@ LPEPathAlongPath::LPEPathAlongPath(LivePathEffectObject *lpeobject) : copytype(_("Path copies"), _("How many copies to place along the skeleton path"), "copytype", PAPCopyTypeConverter, &wr, this, PAPCT_SINGLE_STRETCHED), prop_scale(_("Width"), _("Width of the path"), "prop_scale", &wr, this, 1), scale_y_rel(_("Width in units of length"), _("Scale the width of the path in units of its length"), "scale_y_rel", &wr, this, false), - vertical_pattern(_("Original path is vertical"), "", "vertical", &wr, this, false) + vertical_pattern(_("Original path is vertical"), _("Rotates the original 90 degrees, before bending it along the bend path"), "vertical", &wr, this, false) { registerParameter( dynamic_cast(&bend_path) ); /* Delayed until 0.47