mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 11:50:10 +00:00
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
Block a user