diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2010-02-10 15:41:47 +0000 |
|---|---|---|
| committer | Alexandre Prokoudine <avp@lightroom> | 2010-02-10 15:41:47 +0000 |
| commit | 12325bb2bdff3972fe25915623dbe6a4be4bf517 (patch) | |
| tree | 6b108d043047c0a78dd6ab9bff6627c025e118d5 /src | |
| parent | Prevent a redundant closing line segment being added when converting (diff) | |
| download | inkscape-12325bb2bdff3972fe25915623dbe6a4be4bf517.tar.gz inkscape-12325bb2bdff3972fe25915623dbe6a4be4bf517.zip | |
Typo fix submitted by Yuro Chornoivan
(bzr r9077)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index b2257a3fe..821a7c095 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -441,7 +441,7 @@ void InkscapePreferences::initPageTools() _t_node_live_outline.init(_("Update outline when dragging nodes"), "/tools/nodes/live_outline", false); _page_node.add_line( true, "", _t_node_live_outline, "", _("Update the outline when dragging or transforming nodes. If this is off, the outline will only update when completing a drag.")); _t_node_live_objects.init(_("Update paths when dragging nodes"), "/tools/nodes/live_objects", false); - _page_node.add_line( true, "", _t_node_live_objects, "", _("Update pahs when dragging or transforming nodes. If this is off, paths will only be updated when completing a drag.")); + _page_node.add_line( true, "", _t_node_live_objects, "", _("Update paths when dragging or transforming nodes. If this is off, paths will only be updated when completing a drag.")); _t_node_show_path_direction.init(_("Show path direction on outlines"), "/tools/nodes/show_path_direction", false); _page_node.add_line( true, "", _t_node_show_path_direction, "", _("Visualize the direction of selected paths by drawing small arrows in the middle of each outline segment")); _t_node_pathflash_enabled.init ( _("Show temporary path outline"), "/tools/nodes/pathflash_enabled", false); |
