diff options
| author | Mattia Rizzolo <mattia@mapreri.org> | 2019-01-22 11:56:53 +0000 |
|---|---|---|
| committer | Mattia Rizzolo <mattia@mapreri.org> | 2019-01-22 12:13:07 +0000 |
| commit | 8ff49b25854acc310f97f83309c6122ba5ff1b7f (patch) | |
| tree | 4faefd5fb85d57adfe4c6e6e8e1083261884ba38 /src/live_effects | |
| parent | Move main menu bar from desktop-widget to inkscape-window. (diff) | |
| download | inkscape-8ff49b25854acc310f97f83309c6122ba5ff1b7f.tar.gz inkscape-8ff49b25854acc310f97f83309c6122ba5ff1b7f.zip | |
Fix some typos and syntax errors
Some of the typos fixes are in libcroco code. They are already fixed in
upstream's git (https://bugzilla.gnome.org/show_bug.cgi?id=776798).
Also fix a bunch of "allow to" (with the missing object).
Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-measure-segments.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-measure-segments.cpp b/src/live_effects/lpe-measure-segments.cpp index 8768547e8..1bba6d2e3 100644 --- a/src/live_effects/lpe-measure-segments.cpp +++ b/src/live_effects/lpe-measure-segments.cpp @@ -188,7 +188,7 @@ LPEMeasureSegments::LPEMeasureSegments(LivePathEffectObject *lpeobject) : "That usually don't change much\n\n" "<b><big>Tips</big></b>\n" "<b><i>Style Dialog</i></b> Styling using XML editor to find appropriate classes or ID's\n" - "<b><i>Blacklists</i></b> This allow to hide some segments or projection steps to measure\n" + "<b><i>Blacklists</i></b> This allow hiding some segments or projection steps to measure\n" "<b><i>Multiple Measures</i></b> In the same object, in conjunction of blacklists, " "allow measures with different orientations or a extra projection \n" "<b><i>Set Defaults</i></b> Remember all LPE has it in the bottom")); |
