Code

whitespace missed
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 12 Mar 2009 05:31:14 +0000 (05:31 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 12 Mar 2009 05:31:14 +0000 (05:31 +0000)
src/object-edit.cpp

index 4e8ce86c443ff34bda21632ece6070fddfebaa23..edb1a0134da11e8c0f462d5cc036e5318bbe1f1c 100644 (file)
@@ -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);