Improve tooltips

This commit is contained in:
Jon Evans 2020-08-15 19:07:26 -04:00
parent 0db00046d1
commit c124934831
1 changed files with 2 additions and 2 deletions

View File

@ -1214,7 +1214,7 @@ void APPEARANCE_CONTROLS::rebuildNets()
KiBitmap( visibility_off_xpm ), visible );
wxString tip;
tip.Printf( _( "Show or hide %s" ), aNet->GetShortNetname() );
tip.Printf( _( "Show or hide ratsnest for %s" ), aNet->GetShortNetname() );
setting->ctl_visibility->SetToolTip( tip );
setting->ctl_text = new wxStaticText( setting->ctl_panel, id,
@ -1311,7 +1311,7 @@ void APPEARANCE_CONTROLS::rebuildNets()
KiBitmap( visibility_off_xpm ), true );
wxString tip;
tip.Printf( _( "Show or hide %s" ), name );
tip.Printf( _( "Show or hide ratsnest for nets in %s" ), name );
setting->ctl_visibility->SetToolTip( tip );
setting->ctl_text = new wxStaticText( setting->ctl_panel, aId, name );