very minor fixes to help I18n translations (remove trailing spaces)

This commit is contained in:
jean-pierre charras 2018-12-20 17:10:05 +01:00
parent db43ed72fe
commit 1d230bbee9
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ void DIALOG_IMPORT_GFX::onOKClick( wxCommandEvent& event )
if( m_layer < 0 )
{
wxMessageBox( _( "Please, select a valid layer " ) );
wxMessageBox( _( "Please, select a valid layer" ) );
return;
}

View File

@ -470,7 +470,7 @@ bool DIFF_PAIR_PLACER::findDpPrimitivePair( const VECTOR2I& aP, ITEM* aItem,
{
*aErrorMsg = _( "Can't find a suitable starting point. If starting "
"from an existing differential pair make sure you are "
"at the end. " );
"at the end." );
}
return false;
}