fix goofy text messages, period after newline
This commit is contained in:
parent
63985f67cf
commit
d55ab920d2
|
@ -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
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue