diff --git a/eeschema/schedit.cpp b/eeschema/schedit.cpp index e7daf70f76..cf35ea0464 100644 --- a/eeschema/schedit.cpp +++ b/eeschema/schedit.cpp @@ -530,7 +530,7 @@ void SCH_EDIT_FRAME::OnSelectTool( wxCommandEvent& aEvent ) break; case ID_HIGHLIGHT: - SetToolID( id, wxCURSOR_HAND, _("click to highlight") ); + SetToolID( id, wxCURSOR_HAND, _("Highlight net") ); break; case ID_ZOOM_SELECTION: