From fafab6a241c3f9ec1a038036be45bda6c90c2c6a Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Mon, 18 Aug 2008 00:45:25 +0000 Subject: noop: wording (bzr r6680) --- 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 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"}, -- cgit v1.2.3