From f555c315692d0a6b221636e8a7004fe9eda0b2cb Mon Sep 17 00:00:00 2001 From: cilix42 Date: Mon, 18 Aug 2008 00:45:25 +0000 Subject: [PATCH] noop: wording --- src/live_effects/effect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 5dfd3fb20..ef886a749 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -76,8 +76,8 @@ const Util::EnumData LPETypeData[] = { {ANGLE_BISECTOR, N_("Angle bisector"), "angle_bisector"}, {BEND_PATH, N_("Bend"), "bend_path"}, {BOOLOPS, N_("Boolops"), "boolops"}, - {CIRCLE_WITH_RADIUS, N_("Circle (center+radius)"), "circle_with_radius"}, - {CIRCLE_3PTS, N_("Circle through 3 points"), "circle_3pts"}, + {CIRCLE_WITH_RADIUS, N_("Circle (by center and radius)"), "circle_with_radius"}, + {CIRCLE_3PTS, N_("Circle by 3 points"), "circle_3pts"}, {CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"}, #ifdef LPE_ENABLE_TEST_EFFECTS {DOEFFECTSTACK_TEST, N_("doEffect stack test"), "doeffectstacktest"}, -- 2.30.2