From a95bc66fa85cb901344fab00c013c4c25528d820 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sun, 22 Feb 2009 21:46:54 +0000 Subject: Snapping of guides now turned on by default, and fixed initialization of the that checkbox (bzr r7352) --- src/display/snap-indicator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display/snap-indicator.cpp') diff --git a/src/display/snap-indicator.cpp b/src/display/snap-indicator.cpp index 4d16f9ffb..0ba4d7786 100644 --- a/src/display/snap-indicator.cpp +++ b/src/display/snap-indicator.cpp @@ -95,7 +95,7 @@ SnapIndicator::set_new_snaptarget(Inkscape::SnappedPoint const p) target_name = _("bounding box side"); break; case SNAPTARGET_GRADIENT: - target_name = _("gradient"); + target_name = _("gradient level"); break; case SNAPTARGET_PAGE_BORDER: target_name = _("page border"); -- cgit v1.2.3