summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-03-12 05:31:14 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-03-12 05:31:14 +0000
commit371eb56b1560f82759939f34ad237f115dee3fe1 (patch)
tree8cb2747741ab24440520dc8251834472853fa46b /src/object-edit.cpp
parentwas a bit overzealous in removing render requests from subclasses (diff)
downloadinkscape-371eb56b1560f82759939f34ad237f115dee3fe1.tar.gz
inkscape-371eb56b1560f82759939f34ad237f115dee3fe1.zip
whitespace missed
(bzr r7473)
Diffstat (limited to 'src/object-edit.cpp')
-rw-r--r--src/object-edit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object-edit.cpp b/src/object-edit.cpp
index 4e8ce86c4..edb1a0134 100644
--- a/src/object-edit.cpp
+++ b/src/object-edit.cpp
@@ -413,11 +413,11 @@ RectKnotHolder::RectKnotHolder(SPDesktop *desktop, SPItem *item, SPKnotHolderRel
"to make the horizontal radius the same"),
SP_KNOT_SHAPE_CIRCLE, SP_KNOT_MODE_XOR);
entity_wh->create(desktop, item, this,
- _("Adjust the <b>width and height</b> of the rectangle; with <b>Ctrl</b>"
+ _("Adjust the <b>width and height</b> of the rectangle; with <b>Ctrl</b> "
"to lock ratio or stretch in one dimension only"),
SP_KNOT_SHAPE_SQUARE, SP_KNOT_MODE_XOR);
entity_xy->create(desktop, item, this,
- _("Adjust the <b>width and height</b> of the rectangle; with <b>Ctrl</b>"
+ _("Adjust the <b>width and height</b> of the rectangle; with <b>Ctrl</b> "
"to lock ratio or stretch in one dimension only"),
SP_KNOT_SHAPE_SQUARE, SP_KNOT_MODE_XOR);
entity.push_back(entity_rx);