From d1ecd084d9da7400d91f55af1972fda1cd357511 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 18 Jul 2017 12:36:18 +0200 Subject: Adjust the tooltip strings of the objects center point --- src/ui/object-edit.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/object-edit.cpp') diff --git a/src/ui/object-edit.cpp b/src/ui/object-edit.cpp index 16d176326..81f0b92c0 100644 --- a/src/ui/object-edit.cpp +++ b/src/ui/object-edit.cpp @@ -496,7 +496,7 @@ RectKnotHolder::RectKnotHolder(SPDesktop *desktop, SPItem *item, SPKnotHolderRel SP_KNOT_SHAPE_SQUARE, SP_KNOT_MODE_XOR); entity_center->create(desktop, item, this, Inkscape::CTRL_TYPE_POINT, - _("Move the rectangle"), + _("Drag to move the rectangle"), SP_KNOT_SHAPE_CROSS); entity.push_back(entity_rx); @@ -1082,7 +1082,7 @@ ArcKnotHolder::ArcKnotHolder(SPDesktop *desktop, SPItem *item, SPKnotHolderRelea SP_KNOT_SHAPE_CIRCLE, SP_KNOT_MODE_XOR); entity_center->create(desktop, item, this, Inkscape::CTRL_TYPE_POINT, - _("Move the ellipse"), + _("Drag to move the ellipse"), SP_KNOT_SHAPE_CROSS); entity.push_back(entity_rx); @@ -1271,7 +1271,7 @@ StarKnotHolder::StarKnotHolder(SPDesktop *desktop, SPItem *item, SPKnotHolderRel StarKnotHolderEntityCenter *entity_center = new StarKnotHolderEntityCenter(); entity_center->create(desktop, item, this, Inkscape::CTRL_TYPE_POINT, - _("Move the star"), + _("Drag to move the star"), SP_KNOT_SHAPE_CROSS); entity.push_back(entity_center); -- cgit v1.2.3