diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-09 00:49:42 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-09 00:49:42 +0000 |
| commit | 7490774c8a4fa804db2c48aed04cc39ad0471e46 (patch) | |
| tree | 42aa88d2812460ecb344b2318ab039391a972506 /src/live_effects/lpe-offset.cpp | |
| parent | Disable LPE tool and Testing experimental LPE`s (diff) | |
| download | inkscape-7490774c8a4fa804db2c48aed04cc39ad0471e46.tar.gz inkscape-7490774c8a4fa804db2c48aed04cc39ad0471e46.zip | |
Last string change to this file moved today from skip files to translate files in po directory. No spected be translated
Diffstat (limited to 'src/live_effects/lpe-offset.cpp')
| -rw-r--r-- | src/live_effects/lpe-offset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-offset.cpp b/src/live_effects/lpe-offset.cpp index bcaf15062..ce4cb5e2e 100644 --- a/src/live_effects/lpe-offset.cpp +++ b/src/live_effects/lpe-offset.cpp @@ -79,7 +79,7 @@ LPEOffset::LPEOffset(LivePathEffectObject *lpeobject) : linejoin_type(_("Join:"), _("Determines the shape of the path's corners"), "linejoin_type", JoinTypeConverter, &wr, this, JOIN_ROUND), miter_limit(_("Miter limit:"), _("Maximum length of the miter join (in units of stroke width)"), "miter_limit", &wr, this, 4.0), attempt_force_join(_("Force miter"), _("Overrides the miter limit and forces a join."), "attempt_force_join", &wr, this, true), - update_on_knot_move(_("Update on knot move"), _("Update on knot move"), "update_on_knot_move", &wr, this, true) + update_on_knot_move(_("Live update"), _("Update while moving handle"), "update_on_knot_move", &wr, this, true) { show_orig_path = true; registerParameter(&linejoin_type); |
