From 76693fd67af53233556ba8719f476ded8679c42c Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sat, 18 Nov 2006 06:40:10 +0000 Subject: [PATCH] extend the range of cap rounding, rename it to make more sense --- src/widgets/toolbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index def088563..f047ba412 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -2245,10 +2245,10 @@ sp_calligraphy_toolbox_new(SPDesktop *desktop) /* Cap Rounding */ // TRANSLATORS: "cap" means "end" (both start and finish) here eact = create_adjustment_action( "CapRoundingAction", - _("Round:"), _("Increase to round the ends of strokes"), + _("Caps:"), _("Increase to make caps at the ends of strokes protrude more (0 = no caps, 1 = round caps)"), "tools.calligraphic", "cap_rounding", 0.0, GTK_WIDGET(desktop->canvas), NULL, holder, FALSE, NULL, - 0.0, 1.0, 0.01, 0.1, + 0.0, 5.0, 0.01, 0.1, sp_ddc_cap_rounding_value_changed2, 0.01, 2 ); gtk_action_group_add_action( mainActions, GTK_ACTION(eact) ); gtk_action_set_sensitive( GTK_ACTION(eact), TRUE ); -- 2.30.2