diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-11-21 21:49:49 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-11-21 21:49:49 +0000 |
| commit | a867732714dc40dee0987075dba50f8438970859 (patch) | |
| tree | c1fad22f6f65df4a90f38f560ac6a1ab5ba9b456 /src/live_effects/effect.cpp | |
| parent | The missing "page" and "document" methods were in poppler-glib. add before -... (diff) | |
| download | inkscape-a867732714dc40dee0987075dba50f8438970859.tar.gz inkscape-a867732714dc40dee0987075dba50f8438970859.zip | |
rename path along path to Bend Path
rename subcurve to stitch subpaths
(bzr r4124)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 8b0a2f62a..9513f37b1 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -43,14 +43,14 @@ namespace LivePathEffect { const Util::EnumData<EffectType> LPETypeData[INVALID_LPE] = { // {constant defined in effect.h, N_("name of your effect"), "name of your effect in SVG"} - {PATH_ALONG_PATH, N_("Path along path"), "path_along_path"}, - {SKELETAL_STROKES, N_("Pattern along path"), "skeletal"}, + {PATH_ALONG_PATH, N_("Bend Path"), "bend_path"}, + {SKELETAL_STROKES, N_("Pattern along path"), "skeletal"}, #ifdef LPE_ENABLE_TEST_EFFECTS {SLANT, N_("Slant"), "slant"}, {DOEFFECTSTACK_TEST, N_("doEffect stack test"), "doeffectstacktest"}, #endif {GEARS, N_("Gears"), "gears"}, - {CURVE_STITCH, N_("Stitch subcurves"), "curvestitching"}, + {CURVE_STITCH, N_("Stitch subpaths"), "curvestitching"}, }; const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, INVALID_LPE); |
