diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-04-12 13:32:00 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-04-12 13:32:00 +0000 |
| commit | c3bc5983d53ada2941694d354808d8416f77eea4 (patch) | |
| tree | aa0f61955f12ea99107c3bb9a92293170517e4d4 /src/display/snap-indicator.cpp | |
| parent | Use the line intersection routines in 2geom/line.h instead of the deprecated ... (diff) | |
| download | inkscape-c3bc5983d53ada2941694d354808d8416f77eea4.tar.gz inkscape-c3bc5983d53ada2941694d354808d8416f77eea4.zip | |
Improved wording for the snap indicator: gradients snap to their parent's bounding box, so the snap indicator now displays "bla bla to bounding box"
(bzr r7689)
Diffstat (limited to 'src/display/snap-indicator.cpp')
| -rw-r--r-- | src/display/snap-indicator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display/snap-indicator.cpp b/src/display/snap-indicator.cpp index 39222d174..49433efe2 100644 --- a/src/display/snap-indicator.cpp +++ b/src/display/snap-indicator.cpp @@ -94,8 +94,8 @@ SnapIndicator::set_new_snaptarget(Inkscape::SnappedPoint const p) case SNAPTARGET_BBOX_EDGE: target_name = _("bounding box side"); break; - case SNAPTARGET_GRADIENT: - target_name = _("gradient level"); + case SNAPTARGET_GRADIENTS_PARENT_BBOX: + target_name = _("bounding box"); break; case SNAPTARGET_PAGE_BORDER: target_name = _("page border"); |
