summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorIvan Mas??r <helix84@centrum.sk>2009-04-23 16:00:18 +0000
committerhelix84 <helix84@users.sourceforge.net>2009-04-23 16:00:18 +0000
commit15512452ae5a26d7912a4da7d2b625889978db84 (patch)
treea21195973bd539e879fc4d04fba16380019f7aeb /src/live_effects/effect.cpp
parentEvil work-around for Inkscape's lack of support for color-interpolation-filte... (diff)
downloadinkscape-15512452ae5a26d7912a4da7d2b625889978db84.tar.gz
inkscape-15512452ae5a26d7912a4da7d2b625889978db84.zip
translator comments and minor string fixes
(bzr r7763)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 9aefb0704..8991d78cb 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -85,6 +85,7 @@ const Util::EnumData<EffectType> LPETypeData[] = {
#ifdef LPE_ENABLE_TEST_EFFECTS
{DOEFFECTSTACK_TEST, N_("doEffect stack test"), "doeffectstacktest"},
{ANGLE_BISECTOR, N_("Angle bisector"), "angle_bisector"},
+ // TRANSLATORS: boolean operations
{BOOLOPS, N_("Boolops"), "boolops"},
{CIRCLE_WITH_RADIUS, N_("Circle (by center and radius)"), "circle_with_radius"},
{CIRCLE_3PTS, N_("Circle by 3 points"), "circle_3pts"},