summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp
diff options
context:
space:
mode:
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);