Fix a string in step exporter.
This commit is contained in:
parent
b2a0d85c84
commit
24e0a9455e
|
@ -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 ) );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue