diff options
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"); |
