diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-08-29 20:01:14 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-08-29 20:01:14 +0000 |
| commit | 779c9590cb38859f5e7b770e223aea771ccea7a7 (patch) | |
| tree | d15e3c0e40932ebacc70308497e9220f4185eb4b /src/ui/dialog/document-properties.cpp | |
| parent | tidy up (diff) | |
| download | inkscape-779c9590cb38859f5e7b770e223aea771ccea7a7.tar.gz inkscape-779c9590cb38859f5e7b770e223aea771ccea7a7.zip | |
Don't snap node handles to the parent path, plus a small string change
(bzr r3612)
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 b62248cc3..141a0c8cb 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -301,7 +301,7 @@ DocumentProperties::build_snap() "guidetolerance", _wr); //Some other options - _rcbic.init (_("_Include the object's center"), + _rcbic.init (_("_Include the object's rotation center"), _("Also snap the rotation center of an object when snapping nodes or guides"), "inkscape:snap-center", _wr); //Applies to both nodes and guides, but not to bboxes, that's why its located here |
