Fix a string in step exporter.

This commit is contained in:
Alex Shvartzkop 2023-09-03 04:43:01 +03:00
parent b2a0d85c84
commit 24e0a9455e
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ bool EXPORTER_STEP::Export()
}
else
{
ReportMessage( wxString::Format( _( "\%s file '%s' created.\n" ),
ReportMessage( wxString::Format( _( "%s file '%s' created.\n" ),
m_params.GetFormatName(), m_outputFile ) );
}
}