Spelling Plese -> Please

This commit is contained in:
Seth Hillbrand 2018-03-08 21:16:21 -08:00
parent a4519478f0
commit 2e12175c13
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ void KICAD_MANAGER_FRAME::OnCreateProjectFromTemplate( wxCommandEvent& event )
msg.Printf( _( "Cannot write to folder \"%s\"." ), prjPath.GetPath() );
wxMessageDialog msgDlg( this, msg, _( "Error!" ), wxICON_ERROR | wxOK | wxCENTER );
msgDlg.SetExtendedMessage( _( "Plese check your access permissions to this folder "
msgDlg.SetExtendedMessage( _( "Please check your access permissions to this folder "
"and try again." ) );
msgDlg.ShowModal();
return;