Consistent punctuation.

This commit is contained in:
Jeff Young 2021-02-23 12:46:27 +00:00
parent b1943bf6b6
commit 7f892669cc
1 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@ bool ROUTER_TOOL::prepareInteractive()
if( !IsCopperLayer( routingLayer ) )
{
frame()->ShowInfoBarError( _( "Tracks on Copper layers only" ) );
frame()->ShowInfoBarError( _( "Tracks on Copper layers only." ) );
return false;
}