Code

noop: wording
authorcilix42 <cilix42@users.sourceforge.net>
Mon, 18 Aug 2008 00:45:25 +0000 (00:45 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Mon, 18 Aug 2008 00:45:25 +0000 (00:45 +0000)
src/live_effects/effect.cpp

index 5dfd3fb2027e981169f9e0d1605277077728a713..ef886a7496258cef4b7ff78b3b3ecf4d081ec381 100644 (file)
@@ -76,8 +76,8 @@ const Util::EnumData<EffectType> 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"},