From eb90448247dd8a491b1620cd51f1c35feb6e56a4 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Fri, 24 Mar 2023 19:54:41 -0400 Subject: [PATCH] Fix typo --- pcbnew/plugins/kicad/pcb_parser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/plugins/kicad/pcb_parser.cpp b/pcbnew/plugins/kicad/pcb_parser.cpp index 47ba61d10b..41b9cd48cc 100644 --- a/pcbnew/plugins/kicad/pcb_parser.cpp +++ b/pcbnew/plugins/kicad/pcb_parser.cpp @@ -1001,7 +1001,7 @@ BOARD* PCB_PARSER::parseBOARD_unchecked() } 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 { - 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" ) ); } } }