This commit is contained in:
Marek Roszko 2023-03-24 19:54:41 -04:00
parent 8a8589b9db
commit eb90448247
1 changed files with 2 additions and 2 deletions

View File

@ -1001,7 +1001,7 @@ BOARD* PCB_PARSER::parseBOARD_unchecked()
} }
else else
{ {
THROW_IO_ERROR( wxT( "One or more undefined layers exists was found, open the project in the PCB Editor to resolve" ) ); THROW_IO_ERROR( wxT( "One or more undefined layers was found, open the project in the PCB Editor to resolve" ) );
} }
} }
@ -2194,7 +2194,7 @@ void PCB_PARSER::parseSetup()
} }
else else
{ {
THROW_IO_ERROR( wxT( "Legacy zone fill strategy found, open the project in the PCB Editor to resolve" ) ); THROW_IO_ERROR( wxT( "Legacy zone fill strategy was found, open the project in the PCB Editor to resolve" ) );
} }
} }
} }