7
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:
Alex Shvartzkop 2023-09-03 04:43:01 +03:00
parent b2a0d85c84
commit 24e0a9455e

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