Spelling "Overwrite exiting" -> "Overwrite existing"

This commit is contained in:
Seth Hillbrand 2018-03-07 20:32:30 -08:00
parent 8639c308fa
commit 74e13aebca
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ bool DIALOG_EXPORT_IDF3::TransferDataFromWindow()
if( fn.FileExists() )
{
if( wxMessageBox( _( "Are you sure you want to overwrite the exiting file?" ),
if( wxMessageBox( _( "Are you sure you want to overwrite the existing file?" ),
_( "Warning" ), wxYES_NO | wxCENTER | wxICON_QUESTION, this ) == wxNO )
return false;
}

View File

@ -174,7 +174,7 @@ bool DIALOG_EXPORT_3DFILE::TransferDataFromWindow()
if( fn.Exists() )
{
if( wxMessageBox( _( "Are you sure you want to overwrite the exiting file(s)?" ),
if( wxMessageBox( _( "Are you sure you want to overwrite the existing file?" ),
_( "Warning" ), wxYES_NO | wxCENTER | wxICON_QUESTION, this ) == wxNO )
return false;
}