fix error string

This commit is contained in:
Stefan 2023-01-06 18:57:40 +01:00 committed by Jeff Young
parent fb593bd0c0
commit 34700c00f6
1 changed files with 2 additions and 2 deletions

View File

@ -447,8 +447,8 @@ SCH_SHEET* SCH_EAGLE_PLUGIN::Load( const wxString& aFileName, SCHEMATIC* aSchema
if(!str.StartsWith(wxT("<?xml")))
{
THROW_IO_ERROR( wxString::Format( _( "'%s' is an Eagle binary-format schematic file;"
"only Eagle XML-format schematics are supported." ),
THROW_IO_ERROR( wxString::Format( _( "'%s' is an Eagle binary-format schematic file; "
"only Eagle XML-format schematics can be imported." ),
m_filename.GetFullPath() ) );
}