diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 00:45:25 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 00:45:25 +0000 |
| commit | fafab6a241c3f9ec1a038036be45bda6c90c2c6a (patch) | |
| tree | dae95669b8b6be2571ec644023f015ffc338e41a /src/live_effects/effect.cpp | |
| parent | Remaining icons (diff) | |
| download | inkscape-fafab6a241c3f9ec1a038036be45bda6c90c2c6a.tar.gz inkscape-fafab6a241c3f9ec1a038036be45bda6c90c2c6a.zip | |
noop: wording
(bzr r6680)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 4 |
1 files 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<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"}, |
