From 279e9991d2ac044ce71c24fbfca3973db523d2f9 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Thu, 11 Sep 2008 15:18:12 +0000 Subject: Make tooltip reflect the correct range for calligraphy angle fixation (bzr r6792) --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets') diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index a0fcbcd86..b78af389b 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -4226,7 +4226,7 @@ static void sp_calligraphy_toolbox_prep(SPDesktop *desktop, GtkActionGroup* main gdouble values[] = {0, 20, 40, 60, 90, 100}; EgeAdjustmentAction* eact = create_adjustment_action( "FixationAction", _("Fixation"), _("Fixation:"), - _("Angle behavior (0 = nib always perpendicular to stroke direction, 1 = fixed angle)"), + _("Angle behavior (0 = nib always perpendicular to stroke direction, 100 = fixed angle)"), "tools.calligraphic", "flatness", 90, GTK_WIDGET(desktop->canvas), NULL, holder, FALSE, NULL, 0.0, 100, 1.0, 10.0, -- cgit v1.2.3