diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-12-28 15:41:40 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-12-28 15:41:40 +0000 |
| commit | dbe8c0302444d7433e1facd5c9948a3a44fe047d (patch) | |
| tree | 6438f4ed2c294bb5c0425a50f4e90192524ab2af /src | |
| parent | updated translation into Ukrainian from Maxim Dziumanenko (diff) | |
| download | inkscape-dbe8c0302444d7433e1facd5c9948a3a44fe047d.tar.gz inkscape-dbe8c0302444d7433e1facd5c9948a3a44fe047d.zip | |
add tooltip text to bend path. #178471
(bzr r4324)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-pathalongpath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Parameter *>(&bend_path) ); /* Delayed until 0.47 |
