diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-07-27 21:34:57 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-07-27 21:34:57 +0000 |
| commit | 321bcdcaf4987b03192cce7c0751e0f74db40d59 (patch) | |
| tree | f66b15fd78142a447f630f435ebed28d1c64fecb /src/live_effects/effect.cpp | |
| parent | lpe interpolate: fix traversal of trajectory_path. add option for equidistant... (diff) | |
| download | inkscape-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.cpp | 2 |
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); |
