From e1ea1237b763c55ec8d87393862477d68f5f4a1e Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Tue, 30 Apr 2013 14:51:33 -0500 Subject: [PATCH] fix goofy text messages, period after newline --- pcbnew/specctra_export.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/specctra_export.cpp b/pcbnew/specctra_export.cpp index da48f13f49..8d54e38901 100644 --- a/pcbnew/specctra_export.cpp +++ b/pcbnew/specctra_export.cpp @@ -1076,7 +1076,7 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IO_ER { wxString error = wxString::Format( _( "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.y ); ThrowIOError( error ); @@ -1212,7 +1212,7 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IO_ER if( !graphic ) { 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." ), prevPt.x, prevPt.y