diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-01-08 22:02:30 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-01-08 22:02:30 +0000 |
| commit | 2e4d6d939ca10dba36cf0ddf89e9551b8811a461 (patch) | |
| tree | cdd1577fb125c1af696870cfcccb995477cc0ffb /src/ui/dialog/document-properties.cpp | |
| parent | matching brackets (diff) | |
| download | inkscape-2e4d6d939ca10dba36cf0ddf89e9551b8811a461.tar.gz inkscape-2e4d6d939ca10dba36cf0ddf89e9551b8811a461.zip | |
Fix LP #181020: When snapping a guide, now only the part of the guide near the pointer is considered
(bzr r4435)
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
| -rw-r--r-- | src/ui/dialog/document-properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
