7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 12:01:41 +00:00

Pretty-up report a bit.

This commit is contained in:
Jeff Young 2020-11-17 23:13:51 +00:00
parent a4201ea833
commit bb3cbe3fa4

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." ) );
}
}