summaryrefslogtreecommitdiffstats
path: root/src/widgets/spray-toolbar.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-02-01 18:21:02 +0000
committerjabiertxof <info@marker.es>2016-02-01 18:21:02 +0000
commit259a21b46217fdb03e9d4759bd617200d09dd6b7 (patch)
tree875f3bfeba73e17f8345297135640467f9f5e47c /src/widgets/spray-toolbar.cpp
parentDinamic toolbar enlacements, now in clone mode on spray tool and in pencil to... (diff)
downloadinkscape-259a21b46217fdb03e9d4759bd617200d09dd6b7.tar.gz
inkscape-259a21b46217fdb03e9d4759bd617200d09dd6b7.zip
Remove duplicate mensage
(bzr r14629)
Diffstat (limited to 'src/widgets/spray-toolbar.cpp')
-rw-r--r--src/widgets/spray-toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/spray-toolbar.cpp b/src/widgets/spray-toolbar.cpp
index 95b4df9a2..9e142a8db 100644
--- a/src/widgets/spray-toolbar.cpp
+++ b/src/widgets/spray-toolbar.cpp
@@ -365,7 +365,7 @@ void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObj
gtk_list_store_append( model, &iter );
gtk_list_store_set( model, &iter,
0, _("Spray with clones"),
- 1, _("Spray clones of the initial selection. Unset paint on fill or strokes to apply color picker changes"),
+ 1, _("Spray clones of the initial selection"),
2, INKSCAPE_ICON("spray-mode-clone"),
-1 );