Fix long-standing typo.

This commit is contained in:
Jeff Young 2021-08-14 13:16:11 +01:00
parent 1818846cff
commit 4736578793
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ bool PCBMODEL::getModelLabel( const std::string& aFileName, TRIPLET aScale, TDF_
else // Substitution is not allowed
{
if( aErrorMessage )
aErrorMessage->Printf( "Cannot add a VRML model to a STEP file.\n", aFileName );
aErrorMessage->Printf( "Cannot add a VRML model to a STEP file.\n" );
return false;
}