diff --git a/pcbnew/dialogs/dialog_board_reannotate.cpp b/pcbnew/dialogs/dialog_board_reannotate.cpp index 03534c23a2..f4a0adea43 100644 --- a/pcbnew/dialogs/dialog_board_reannotate.cpp +++ b/pcbnew/dialogs/dialog_board_reannotate.cpp @@ -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 );