very minor fixes to help I18n translations (remove trailing spaces)
This commit is contained in:
parent
db43ed72fe
commit
1d230bbee9
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue