summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-01-01 22:09:22 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-01-01 22:09:22 +0000
commit72f43c86d2f36f801785bfa4a393956a5c9f45b5 (patch)
tree98256c32d5b932e31c76b5e8a11a9fc5545159a6 /src/live_effects/effect.cpp
parentFixes crashes with knoth in bend and pattern along path (diff)
parentMerge branch 'checkboxlabel' of gitlab.com:darktrojan/inkscape (diff)
downloadinkscape-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.cpp2
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