Fixed a typo in the STEP generator message

This commit is contained in:
Maciej Suminski 2018-05-14 10:59:41 +02:00
parent 86d6ed5abf
commit 23a9fcd91d
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}
}