diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-04-15 02:04:12 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-04-15 02:04:12 +0000 |
| commit | 4013bf8cdd97766302b7f338aab2fd3f88751b15 (patch) | |
| tree | 936cbe32c4d369d3e9c1adbb05bda137cf260ca0 /src/widgets/toolbox.cpp | |
| parent | Got images working correctly (diff) | |
| download | inkscape-4013bf8cdd97766302b7f338aab2fd3f88751b15.tar.gz inkscape-4013bf8cdd97766302b7f338aab2fd3f88751b15.zip | |
less confusing tooltips
(bzr r527)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index bb58092b8..cf3094375 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -396,9 +396,9 @@ sp_node_toolbox_new(SPDesktop *desktop) gtk_box_pack_start(GTK_BOX(tb), gtk_hbox_new(FALSE, 0), FALSE, FALSE, AUX_BETWEEN_BUTTON_GROUPS); sp_toolbox_button_new(tb, Inkscape::ICON_SIZE_SMALL_TOOLBAR, "node_join", - GTK_SIGNAL_FUNC(sp_node_path_edit_join), tt, _("Join paths at selected nodes")); + GTK_SIGNAL_FUNC(sp_node_path_edit_join), tt, _("Join selected endnodes")); sp_toolbox_button_new(tb, Inkscape::ICON_SIZE_SMALL_TOOLBAR, "node_join_segment", - GTK_SIGNAL_FUNC(sp_node_path_edit_join_segment), tt, _("Join paths at selected nodes with new segment")); + GTK_SIGNAL_FUNC(sp_node_path_edit_join_segment), tt, _("Join selected endnodes with a new segment")); sp_toolbox_button_new(tb, Inkscape::ICON_SIZE_SMALL_TOOLBAR, "node_delete_segment", GTK_SIGNAL_FUNC(sp_node_path_edit_delete_segment), tt, _("Split path between two non-endpoint nodes")); |
