summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7a9c207)
raw | patch | inline | side by side (parent: 7a9c207)
author | JazzyNico <nicoduf@yahoo.fr> | |
Sat, 2 Jan 2010 14:19:53 +0000 (15:19 +0100) | ||
committer | JazzyNico <nicoduf@yahoo.fr> | |
Sat, 2 Jan 2010 14:19:53 +0000 (15:19 +0100) |
src/widgets/toolbox.cpp | patch | blob | history |
index 9fc0777785a0f3abb7d51bf10570d5bf1a9bcb87..f4913c01930a8dbb3727a06c1ee8e6fdfd527995 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -4583,6 +4583,7 @@ static void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainAction
gdouble values[] = {10, 25, 35, 50, 60, 80, 100};
EgeAdjustmentAction *eact = create_adjustment_action( "SprayRotationAction",
_("Rotation"), _("Rotation:"),
+ // xgettext:no-c-format
_("Variation of the rotation of the sprayed objects. 0% for the same rotation than the original object."),
"/tools/spray/rotation_variation", 0,
GTK_WIDGET(desktop->canvas), NULL, holder, TRUE, "spray-rotation",
@@ -4599,6 +4600,7 @@ static void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainAction
gdouble values[] = {10, 25, 35, 50, 60, 80, 100};
EgeAdjustmentAction *eact = create_adjustment_action( "SprayScaleAction",
_("Scale"), _("Scale:"),
+ // xgettext:no-c-format
_("Variation in the scale of the sprayed objects. 0% for the same scale than the original object."),
"/tools/spray/scale_variation", 0,
GTK_WIDGET(desktop->canvas), NULL, holder, TRUE, "spray-scale",