Pcbnew: improve dialog message when no footprints on BOM export.

This commit is contained in:
Chris Pavlina 2015-07-20 16:49:39 -04:00 committed by Wayne Stambaugh
parent e94ebf561e
commit 991d1066ef
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}