diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-01-02 14:19:53 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-01-02 14:19:53 +0000 |
| commit | 15946b67ee5b2a27140e6d00ef69b9fa1bef71ce (patch) | |
| tree | d996e76bdaef3101d0dbc6510d79ca34b9a99b08 /src | |
| parent | Inkscape version: replace svn check with bzr check (diff) | |
| download | inkscape-15946b67ee5b2a27140e6d00ef69b9fa1bef71ce.tar.gz inkscape-15946b67ee5b2a27140e6d00ef69b9fa1bef71ce.zip | |
i18n fix in toolbox.cpp (no-c-format %)
(bzr r8936)
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 9fc077778..f4913c019 100644 --- 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", |
