summaryrefslogtreecommitdiffstats
path: root/src/widgets/spray-toolbar.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-11-07 20:57:55 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-11-07 20:57:55 +0000
commitac14e8884b153cf94b7c88d21ad06efadd9373ce (patch)
tree4996962089dd67a12192062393124e99a60c863e /src/widgets/spray-toolbar.cpp
parentupdate to trunk (diff)
downloadinkscape-ac14e8884b153cf94b7c88d21ad06efadd9373ce.tar.gz
inkscape-ac14e8884b153cf94b7c88d21ad06efadd9373ce.zip
Use color if trace dialog is disabled
(bzr r14422.1.43)
Diffstat (limited to 'src/widgets/spray-toolbar.cpp')
-rw-r--r--src/widgets/spray-toolbar.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/spray-toolbar.cpp b/src/widgets/spray-toolbar.cpp
index fa9722bdb..cfd3c6332 100644
--- a/src/widgets/spray-toolbar.cpp
+++ b/src/widgets/spray-toolbar.cpp
@@ -424,8 +424,8 @@ void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObj
/* Picker */
{
InkToggleAction* act = ink_toggle_action_new( "SprayPickColorAction",
- _("Pick down. Fill or Stroke must be unset on original when spraying color to clones"),
- _("Pick down. Fill or Stroke must be unset on original when spraying color to clones"),
+ _("Pick down. You can use trace clones dialog for avanced effects. In clone mode original fill or stroke colors must be unset"),
+ _("Pick down. You can use trace clones dialog for avanced effects. In clone mode original fill or stroke colors must be unset"),
INKSCAPE_ICON("color-picker"),
secondarySize );
gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/spray/picker", false) );
@@ -504,7 +504,7 @@ void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObj
/* Offset */
{
EgeAdjustmentAction *eact = create_adjustment_action( "SprayToolOffsetAction",
- _("Offset precent"), _("Offset percent:"),
+ _("Offset %"), _("Offset %:"),
_("Increase to segregate objects more (value in percent)"),
"/tools/spray/offset", 100,
GTK_WIDGET(desktop->canvas), holder, FALSE, NULL,