Fix long-standing typo.
This commit is contained in:
parent
1818846cff
commit
4736578793
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue