Fix message.

This commit is contained in:
jean-pierre charras 2016-11-16 19:42:14 +01:00
parent 888c5d2a97
commit 6cf8ff9ca6
1 changed files with 1 additions and 1 deletions

View File

@ -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: