diff options
| author | Yuri Chornoivan <yurchor@ukr.net> | 2015-12-26 19:37:12 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2015-12-26 19:37:12 +0000 |
| commit | 2ca0f70c0eb69bae5b498d568c9edde85784aead (patch) | |
| tree | 02709aef337b442ed60ae00ee7dc27e09888a082 /src/widgets/measure-toolbar.cpp | |
| parent | Rebase on libcroco 0.6.11 (diff) | |
| download | inkscape-2ca0f70c0eb69bae5b498d568c9edde85784aead.tar.gz inkscape-2ca0f70c0eb69bae5b498d568c9edde85784aead.zip | |
minor typos (mail to inkscape-translator)
(bzr r14541)
Diffstat (limited to 'src/widgets/measure-toolbar.cpp')
| -rw-r--r-- | src/widgets/measure-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 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) { |
