Pretty-up report a bit.

This commit is contained in:
Jeff Young 2020-11-17 23:13:51 +00:00
parent a4201ea833
commit bb3cbe3fa4
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ int PCB_INSPECTION_TOOL::InspectClearance( const TOOL_EVENT& aEvent )
}
else
{
r->Report( "" );
r->Report( _( "Items belong to the same net. Clearance is 0." ) );
}
}