export_hyperlynx.cpp: better message in a warning.

This commit is contained in:
jean-pierre charras 2019-04-21 12:03:00 +02:00
parent 2b3b26b502
commit 223e24f423
1 changed files with 3 additions and 3 deletions

View File

@ -185,9 +185,9 @@ private:
if( m_reporter ) if( m_reporter )
{ {
m_reporter->Report( m_reporter->Report(
_( "File contains pad shapes that are not supported by the " _( "File contains pad shapes that are not supported by the Hyperlynx exporter\n"
"Hyperlynx exporter (oval, rectangle, circle). They have been " "(Supported shapes are oval, rectangle, circle.)\n"
"exported as oval pads." ), "They have been exported as oval pads." ),
REPORTER::RPT_WARNING ); REPORTER::RPT_WARNING );
} }
break; break;