From 5c81af6be04e62fb62d4f2fd83e6f62d23ae5857 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Fri, 4 Jan 2008 23:52:06 +0000 Subject: Corrected tooltips and labels in the LPEs (bzr r4386) --- src/live_effects/effect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index c664af049..543d60fc0 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -48,13 +48,13 @@ namespace LivePathEffect { const Util::EnumData LPETypeData[INVALID_LPE] = { // {constant defined in effect.h, N_("name of your effect"), "name of your effect in SVG"} {PATH_ALONG_PATH, N_("Bend Path"), "bend_path"}, - {SKELETAL_STROKES, N_("Pattern along path"), "skeletal"}, + {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 subpaths"), "curvestitching"}, + {CURVE_STITCH, N_("Stitch Sub-Paths"), "curvestitching"}, }; const Util::EnumDataConverter LPETypeConverter(LPETypeData, INVALID_LPE); -- cgit v1.2.3