Rename module to footprint in menu,toolbars, window, etc that are in code
This commit is contained in:
+1
-1
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user