From: buliabyak Date: Thu, 12 Mar 2009 05:31:14 +0000 (+0000) Subject: whitespace missed X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=513e838dc4544bcc2398b4c1c62a226474f0db31;p=inkscape.git whitespace missed --- 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 width and height of the rectangle; with Ctrl" + _("Adjust the width and height of the rectangle; with Ctrl " "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 width and height of the rectangle; with Ctrl" + _("Adjust the width and height of the rectangle; with Ctrl " "to lock ratio or stretch in one dimension only"), SP_KNOT_SHAPE_SQUARE, SP_KNOT_MODE_XOR); entity.push_back(entity_rx);