summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-07-27 21:34:57 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-07-27 21:34:57 +0000
commit321bcdcaf4987b03192cce7c0751e0f74db40d59 (patch)
treef66b15fd78142a447f630f435ebed28d1c64fecb /src/live_effects/effect.cpp
parentlpe interpolate: fix traversal of trajectory_path. add option for equidistant... (diff)
downloadinkscape-321bcdcaf4987b03192cce7c0751e0f74db40d59.tar.gz
inkscape-321bcdcaf4987b03192cce7c0751e0f74db40d59.zip
LPE Interpolate => "Interpolate Sub-Paths"
(bzr r6434)
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 8715927e1..a4041c6ee 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -99,7 +99,7 @@ const Util::EnumData<EffectType> LPETypeData[INVALID_LPE] = {
{OFFSET, N_("Offset"), "offset"},
{RULER, N_("Ruler"), "ruler"},
{BOOLOPS, N_("Boolops"), "boolops"},
- {INTERPOLATE, N_("Interpolate"), "interpolate"},
+ {INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, INVALID_LPE);