Rename module to footprint in menu,toolbars, window, etc that are in code

This commit is contained in:
Mark Roszko
2014-10-08 01:50:56 -04:00
parent 8b3c14c08b
commit 08f0051799
9 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ MODULE* PCB_BASE_FRAME::LoadModuleFromLibrary( const wxString& aLibrary,
static wxString lastComponentName;
// Ask for a component name or key words
DIALOG_GET_COMPONENT dlg( this, HistoryList, _( "Load Module" ), aUseFootprintViewer );
DIALOG_GET_COMPONENT dlg( this, HistoryList, _( "Load Footprint" ), aUseFootprintViewer );
dlg.SetComponentName( lastComponentName );