From 2e4d6d939ca10dba36cf0ddf89e9551b8811a461 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Tue, 8 Jan 2008 22:02:30 +0000 Subject: Fix LP #181020: When snapping a guide, now only the part of the guide near the pointer is considered (bzr r4435) --- src/ui/dialog/document-properties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/dialog/document-properties.cpp') diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index a3e0fdfbc..cf398ccce 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -235,7 +235,7 @@ DocumentProperties::build_guides() "guidehicolor", "guidehiopacity", _wr); _rcbsng.init (_("_Snap guides while dragging"), - _("While dragging a guide, snap to object nodes or bounding box corners ('Snap to nodes' or 'snap to bounding box corners' must be enabled in the 'Snap' tab)"), + _("While dragging a guide, snap to object nodes or bounding box corners ('Snap to nodes' or 'snap to bounding box corners' must be enabled in the 'Snap' tab; only a small part of the guide near the cursor will snap)"), "inkscape:snap-guide", _wr); Gtk::Label *label_gui = manage (new Gtk::Label); -- cgit v1.2.3