summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-angle_bisector.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-10-20 07:54:19 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-10-20 07:54:19 +0000
commit8f1beab3df861c270d655c7abcd00a87171cee57 (patch)
treea540d7a1c7fd7d31923291741782a6b361bf14f9 /src/live_effects/lpe-angle_bisector.cpp
parentBuild. switching to gtkmm 2.24. (diff)
downloadinkscape-8f1beab3df861c270d655c7abcd00a87171cee57.tar.gz
inkscape-8f1beab3df861c270d655c7abcd00a87171cee57.zip
UI uniformisation
(bzr r11811)
Diffstat (limited to 'src/live_effects/lpe-angle_bisector.cpp')
-rw-r--r--src/live_effects/lpe-angle_bisector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-angle_bisector.cpp b/src/live_effects/lpe-angle_bisector.cpp
index 4e6176c92..8aa88f1f0 100644
--- a/src/live_effects/lpe-angle_bisector.cpp
+++ b/src/live_effects/lpe-angle_bisector.cpp
@@ -42,8 +42,8 @@ public:
LPEAngleBisector::LPEAngleBisector(LivePathEffectObject *lpeobject) :
Effect(lpeobject),
- length_left(_("Length left"), _("Specifies the left end of the bisector"), "length-left", &wr, this, 0),
- length_right(_("Length right"), _("Specifies the right end of the bisector"), "length-right", &wr, this, 250)
+ length_left(_("Length left:"), _("Specifies the left end of the bisector"), "length-left", &wr, this, 0),
+ length_right(_("Length right:"), _("Specifies the right end of the bisector"), "length-right", &wr, this, 250)
{
show_orig_path = true;
_provides_knotholder_entities = true;