diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-01-01 22:09:22 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-01-01 22:09:22 +0000 |
| commit | 72f43c86d2f36f801785bfa4a393956a5c9f45b5 (patch) | |
| tree | 98256c32d5b932e31c76b5e8a11a9fc5545159a6 /src/live_effects/effect.cpp | |
| parent | Fixes crashes with knoth in bend and pattern along path (diff) | |
| parent | Merge branch 'checkboxlabel' of gitlab.com:darktrojan/inkscape (diff) | |
| download | inkscape-72f43c86d2f36f801785bfa4a393956a5c9f45b5.tar.gz inkscape-72f43c86d2f36f801785bfa4a393956a5c9f45b5.zip | |
Merge branch 'master' into fixBendAndPatternAlongPathCrashesWithKnots
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index f4aad4f53..a1fe9855a 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -130,7 +130,7 @@ const Util::EnumData<EffectType> LPETypeData[] = { {MEASURE_SEGMENTS, N_("Measure Segments"), "measure_segments"}, {FILLET_CHAMFER, N_("Fillet/Chamfer"), "fillet_chamfer"}, {BOOL_OP, N_("Boolean operation"), "bool_op"}, - {EMBRODERY_STITCH, N_("Embrodery stitch"), "embrodery_stitch"}, + {EMBRODERY_STITCH, N_("Embroidery stitch"), "embrodery_stitch"}, {POWERCLIP, N_("Power clip"), "powerclip"}, {POWERMASK, N_("Power mask"), "powermask"}, #ifdef LPE_ENABLE_TEST_EFFECTS |
