Spelling "Overwrite exiting" -> "Overwrite existing"
This commit is contained in:
parent
8639c308fa
commit
74e13aebca
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue