Fix typo in zone filling progress reporter. "insulated" -> "isolated"

This commit is contained in:
Roberto Fernandez Bautista 2020-11-18 23:28:16 +00:00 committed by jean-pierre charras
parent 73ad503db3
commit 5db78a3d53
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ bool ZONE_FILLER::Fill( std::vector<ZONE*>& aZones, bool aCheck, wxWindow* aPare
return false;
m_progressReporter->AdvancePhase();
m_progressReporter->Report( _( "Removing insulated copper islands..." ) );
m_progressReporter->Report( _( "Removing isolated copper islands..." ) );
m_progressReporter->KeepRefreshing();
}