summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-11-06 18:57:10 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-11-06 18:57:10 +0000
commit4735d6ac9303ea6aa5488101e5d60de63d3193fe (patch)
tree7b448b4e55918f34d260069af43a77c9648b9957 /src/live_effects/effect.cpp
parent2geom update to 2Geom-SVN-rev. 1161 (diff)
downloadinkscape-4735d6ac9303ea6aa5488101e5d60de63d3193fe.tar.gz
inkscape-4735d6ac9303ea6aa5488101e5d60de63d3193fe.zip
* UI text change "Curve stitching" to "Stitch subcurves"
* add better default strokepath for stitch subcurves (bzr r4035)
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 a1cb355a4..77e89ddf4 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -50,7 +50,7 @@ const Util::EnumData<EffectType> LPETypeData[INVALID_LPE] = {
{DOEFFECTSTACK_TEST, N_("doEffect stack test"), "doeffectstacktest"},
#endif
{GEARS, N_("Gears"), "gears"},
- {CURVE_STITCH, N_("Curve stitching"), "curvestitching"},
+ {CURVE_STITCH, N_("Stitch subcurves"), "curvestitching"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, INVALID_LPE);