summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-08-25 21:24:25 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-08-25 21:24:25 +0000
commit5f55888182ba4c6fa014993041f40296834ee85a (patch)
treeb70600c55c60d54d1a1a4a0753a966363dafeb5e /src/live_effects/effect.cpp
parentAdd #define to disable "test" LPE's (diff)
downloadinkscape-5f55888182ba4c6fa014993041f40296834ee85a.tar.gz
inkscape-5f55888182ba4c6fa014993041f40296834ee85a.zip
Rename "Skeletal Strokes" LPE to "Path along path" to better describe what it does.
(bzr r3584)
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 6a880c07b..a7f4d5781 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -37,7 +37,7 @@ namespace LivePathEffect {
const Util::EnumData<EffectType> LPETypeData[INVALID_LPE] = {
// {constant defined in effect.h, _("name of your effect"), "name of your effect in SVG"}
- {SKELETAL_STROKES, _("Skeletal Strokes"), "skeletal"},
+ {SKELETAL_STROKES, _("Path along path"), "skeletal"},
#ifdef LPE_ENABLE_TEST_EFFECTS
{SLANT, _("Slant"), "slant"},
{DOEFFECTSTACK_TEST, _("doEffect stack test"), "doeffectstacktest"},