From fb35697b5137328b909608bfb012f97792f1dac8 Mon Sep 17 00:00:00 2001 From: cilix42 Date: Thu, 11 Sep 2008 15:18:12 +0000 Subject: [PATCH] Make tooltip reflect the correct range for calligraphy angle fixation --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2