Pcbnew: fix incorrect geographical annotation dialog message.

This commit is contained in:
Wayne Stambaugh 2021-06-29 17:11:37 -04:00
parent b579d004ad
commit c6e4dcbecf
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ void DIALOG_BOARD_REANNOTATE::OnApplyClick( wxCommandEvent& event )
{
ShowReport( _( "PCB successfully reannotated" ), RPT_SEVERITY_ACTION );
ShowReport( _( "PCB annotation changes should be synchronized with schematic using "
"the \"Update PCB from Schematic\" tool." ), RPT_SEVERITY_WARNING );
"the \"Update Schematic from PCB\" tool." ), RPT_SEVERITY_WARNING );
}
m_MessageWindow->SetLazyUpdate( false );