Fixed a typo in the STEP generator message
This commit is contained in:
parent
86d6ed5abf
commit
23a9fcd91d
|
@ -345,6 +345,6 @@ void DIALOG_EXPORT_STEP::onExportButton( wxCommandEvent& aEvent )
|
|||
}
|
||||
else
|
||||
{
|
||||
reporter.Report( _( "STEP file has been created succesfully." ), REPORTER::RPT_INFO );
|
||||
reporter.Report( _( "STEP file has been created successfully." ), REPORTER::RPT_INFO );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue