diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-02-01 18:21:02 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-02-01 18:21:02 +0000 |
| commit | 259a21b46217fdb03e9d4759bd617200d09dd6b7 (patch) | |
| tree | 875f3bfeba73e17f8345297135640467f9f5e47c /src/widgets/spray-toolbar.cpp | |
| parent | Dinamic toolbar enlacements, now in clone mode on spray tool and in pencil to... (diff) | |
| download | inkscape-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.cpp | 2 |
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 ); |
