summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2015-12-26 19:37:12 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2015-12-26 19:37:12 +0000
commit2ca0f70c0eb69bae5b498d568c9edde85784aead (patch)
tree02709aef337b442ed60ae00ee7dc27e09888a082 /src/widgets
parentRebase on libcroco 0.6.11 (diff)
downloadinkscape-2ca0f70c0eb69bae5b498d568c9edde85784aead.tar.gz
inkscape-2ca0f70c0eb69bae5b498d568c9edde85784aead.zip
minor typos (mail to inkscape-translator)
(bzr r14541)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/measure-toolbar.cpp2
-rw-r--r--src/widgets/spray-toolbar.cpp8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/measure-toolbar.cpp b/src/widgets/measure-toolbar.cpp
index 67c128dd2..f48dcd4e0 100644
--- a/src/widgets/measure-toolbar.cpp
+++ b/src/widgets/measure-toolbar.cpp
@@ -210,7 +210,7 @@ sp_toggle_show_in_between( GtkToggleAction* act, gpointer data )
if ( active ) {
desktop->messageStack()->flash(Inkscape::INFORMATION_MESSAGE, _("Compute all elements."));
} else {
- desktop->messageStack()->flash(Inkscape::INFORMATION_MESSAGE, _("Compute max lenght."));
+ desktop->messageStack()->flash(Inkscape::INFORMATION_MESSAGE, _("Compute max length."));
}
MeasureTool *mt = get_measure_tool();
if (mt) {
diff --git a/src/widgets/spray-toolbar.cpp b/src/widgets/spray-toolbar.cpp
index 30e9c6418..c4fbbca82 100644
--- a/src/widgets/spray-toolbar.cpp
+++ b/src/widgets/spray-toolbar.cpp
@@ -476,8 +476,8 @@ void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObj
/* Picker */
{
InkToggleAction* act = ink_toggle_action_new( "SprayPickColorAction",
- _("Pick color from the drawing. You can use clonetiler trace dialog for avanced effects. In clone mode original fill or stroke colors must be unset."),
- _("Pick color from the drawing. You can use clonetiler trace dialog for avanced effects. In clone mode original fill or stroke colors must be unset."),
+ _("Pick color from the drawing. You can use clonetiler trace dialog for advanced effects. In clone mode original fill or stroke colors must be unset."),
+ _("Pick color from the drawing. You can use clonetiler trace dialog for advanced 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) );
@@ -502,8 +502,8 @@ void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObj
/* Inverse Value Size */
{
InkToggleAction* act = ink_toggle_action_new( "SprayPickInverseValueAction",
- _("Inversed pick value, retaining color in advanced trace mode"),
- _("Inversed pick value, retaining color in advanced trace mode"),
+ _("Inverted pick value, retaining color in advanced trace mode"),
+ _("Inverted pick value, retaining color in advanced trace mode"),
INKSCAPE_ICON("object-tweak-shrink"),
secondarySize );
gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/spray/pick_inverse_value", false) );