Pcbnew: improve dialog message when no footprints on BOM export.
This commit is contained in:
parent
e94ebf561e
commit
991d1066ef
|
@ -83,7 +83,7 @@ void PCB_EDIT_FRAME::RecreateBOMFileFromBoard( wxCommandEvent& aEvent )
|
|||
|
||||
if( module == NULL )
|
||||
{
|
||||
DisplayError( this, _( "No Modules!" ) );
|
||||
DisplayError( this, _( "Cannot export BOM: there are no footprints in the PCB" ) );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue