summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-09-11 15:18:12 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-09-11 15:18:12 +0000
commit279e9991d2ac044ce71c24fbfca3973db523d2f9 (patch)
treed8d3b760f96fdc75b58bb7735c3ff99f9a07195e /src
parentFirst patch for Bug 209199: Update Win32 Save As dialog to include a Title ed... (diff)
downloadinkscape-279e9991d2ac044ce71c24fbfca3973db523d2f9.tar.gz
inkscape-279e9991d2ac044ce71c24fbfca3973db523d2f9.zip
Make tooltip reflect the correct range for calligraphy angle fixation
(bzr r6792)
Diffstat (limited to 'src')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
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,