diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-10-25 13:30:34 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-10-25 13:30:34 +0000 |
| commit | 9516453edad6a8a8694521d425f66105fe344f6f (patch) | |
| tree | b14b3e73feb61ff4505c6ad778cf1b825faa7713 | |
| parent | Fixing coding style (diff) | |
| download | inkscape-9516453edad6a8a8694521d425f66105fe344f6f.tar.gz inkscape-9516453edad6a8a8694521d425f66105fe344f6f.zip | |
Changin interruption to gap as Maren sugest in MR
| -rw-r--r-- | src/live_effects/lpe-knot.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-knot.cpp b/src/live_effects/lpe-knot.cpp index e7e282052..951be285c 100644 --- a/src/live_effects/lpe-knot.cpp +++ b/src/live_effects/lpe-knot.cpp @@ -358,9 +358,9 @@ LPEKnot::LPEKnot(LivePathEffectObject *lpeobject) , both(_("_Both gaps"), _("Use gap in both intersection elements"), "both", &wr, this, false) , inverse_width(_("_Groups: Inverse"), _("Use other stroke width, useful in groups with different stroke widths"), "inverse_width", &wr, this, false) - , add_stroke_width("St_roke width", "Add the stroke width to the interruption size", "add_stroke_width", &wr, this, + , add_stroke_width("St_roke width", "Add the stroke width to the gap size", "add_stroke_width", &wr, this, "inkscape_1.0_and_up", true) - , add_other_stroke_width("_Crossing path stroke width", "Add crossed stroke width to the interruption size", + , add_other_stroke_width("_Crossing path stroke width", "Add crossed stroke width to the gap size", "add_other_stroke_width", &wr, this, "inkscape_1.0_and_up", true) , switcher_size(_("S_witcher size:"), _("Orientation indicator/switcher size"), "switcher_size", &wr, this, 15) , crossing_points_vector(_("Crossing Signs"), _("Crossings signs"), "crossing_points_vector", &wr, this) |
