Spelling Plese -> Please
This commit is contained in:
parent
a4519478f0
commit
2e12175c13
|
@ -374,7 +374,7 @@ void KICAD_MANAGER_FRAME::OnCreateProjectFromTemplate( wxCommandEvent& event )
|
||||||
|
|
||||||
msg.Printf( _( "Cannot write to folder \"%s\"." ), prjPath.GetPath() );
|
msg.Printf( _( "Cannot write to folder \"%s\"." ), prjPath.GetPath() );
|
||||||
wxMessageDialog msgDlg( this, msg, _( "Error!" ), wxICON_ERROR | wxOK | wxCENTER );
|
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." ) );
|
"and try again." ) );
|
||||||
msgDlg.ShowModal();
|
msgDlg.ShowModal();
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue