summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2010-02-10 15:41:47 +0000
committerAlexandre Prokoudine <avp@lightroom>2010-02-10 15:41:47 +0000
commit12325bb2bdff3972fe25915623dbe6a4be4bf517 (patch)
tree6b108d043047c0a78dd6ab9bff6627c025e118d5 /src
parentPrevent a redundant closing line segment being added when converting (diff)
downloadinkscape-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.cpp2
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);