summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a8ad173)
raw | patch | inline | side by side (parent: a8ad173)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 18 Nov 2006 06:40:10 +0000 (06:40 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 18 Nov 2006 06:40:10 +0000 (06:40 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index def0885635327e3b61f8f02d270d7101d3ff43c9..f047ba412ba13edafe2a5457b8b707176669eec7 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
/* 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 );