Code

Make tooltip reflect the correct range for calligraphy angle fixation
authorcilix42 <cilix42@users.sourceforge.net>
Thu, 11 Sep 2008 15:18:12 +0000 (15:18 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Thu, 11 Sep 2008 15:18:12 +0000 (15:18 +0000)
src/widgets/toolbox.cpp

index a0fcbcd8670a54cb1cf4d9c5ce8e65abd85454f5..b78af389bed6845f898f3ceb431b92e98bb6b8d4 100644 (file)
@@ -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,