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
@@ -262,7 +262,7 @@ bool PCB_EDIT_FRAME::Delete_Module( MODULE* aModule, wxDC* aDC, bool aAskBeforeD
/* Confirm module delete. */
if( aAskBeforeDeleting )
{
msg.Printf( _( "Delete Module %s (value %s) ?" ),
msg.Printf( _( "Delete Footprint %s (value %s) ?" ),
GetChars( aModule->GetReference() ),
GetChars( aModule->GetValue() ) );