Commit d55ab920 authored by Dick Hollenbeck's avatar Dick Hollenbeck

fix goofy text messages, period after newline

parent 63985f67
...@@ -1076,7 +1076,7 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IO_ER ...@@ -1076,7 +1076,7 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IO_ER
{ {
wxString error = wxString::Format( wxString error = wxString::Format(
_( "Unable to find the next segment with an endpoint of (%d,%d).\n" _( "Unable to find the next segment with an endpoint of (%d,%d).\n"
"Edit Edge.Cuts line segments, making them contiguous." ), "Edit Edge.Cuts perimeter graphics, making them contiguous polygons each." ),
prevPt.x, prevPt.x,
prevPt.y ); prevPt.y );
ThrowIOError( error ); ThrowIOError( error );
...@@ -1212,7 +1212,7 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IO_ER ...@@ -1212,7 +1212,7 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IO_ER
if( !graphic ) if( !graphic )
{ {
wxString error = wxString::Format( wxString error = wxString::Format(
_( "Unable to find the next segment with an endpoint of (%d,%d)\n." _( "Unable to find the next segment with an endpoint of (%d,%d).\n"
"Edit Edge.Cuts interior graphics, making them contiguous polygons each." ), "Edit Edge.Cuts interior graphics, making them contiguous polygons each." ),
prevPt.x, prevPt.x,
prevPt.y prevPt.y
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment