This commit is contained in:
jean-pierre charras 2019-09-20 13:15:06 +02:00
parent badd0bfa54
commit 7355ed3bda
1 changed files with 2 additions and 2 deletions

View File

@ -609,7 +609,7 @@ bool PANEL_SETUP_BOARD_STACKUP::transferDataFromUIToStackup()
if( m_enabledLayers != layersList )
{
wxMessageBox( _( "Stackup not up to date. Pleasy verify it" ) );
wxMessageBox( _( "Stackup not up to date. Verify it" ) );
return false;
}
@ -632,7 +632,7 @@ bool PANEL_SETUP_BOARD_STACKUP::transferDataFromUIToStackup()
if( thickness_error )
{
wxMessageBox( _( " A layer thickness is < 0. Fix it" ) );
wxMessageBox( _( "A layer thickness is < 0. Fix it" ) );
return false;
}