Revert "cadstar: Report warning that imported text may be different"

This reverts commit f637a820b6.

New strings are not allowed in v6
This commit is contained in:
Seth Hillbrand 2022-08-20 20:09:40 -07:00
parent 5e409f0f6c
commit 9e9b38ef6a
2 changed files with 0 additions and 9 deletions

View File

@ -255,11 +255,6 @@ void CADSTAR_SCH_ARCHIVE_LOADER::Load( SCHEMATIC* aSchematic, SCH_SHEET* aRootSh
checkPoint();
m_reporter->Report( _( "CADSTAR fonts are different to the ones in KiCad. This will likely "
"result in alignment issues. Please review the imported text elements "
"carefully and correct manually if required." ),
RPT_SEVERITY_WARNING );
m_reporter->Report( _( "The CADSTAR design has been imported successfully.\n"
"Please review the import errors and warnings (if any)." ) );
}

View File

@ -161,10 +161,6 @@ void CADSTAR_PCB_ARCHIVE_LOADER::Load( BOARD* aBoard, PROJECT* aProject )
"re-use block information has been discarded during the import." ) );
}
wxLogWarning( _( "CADSTAR fonts are different to the ones in KiCad. This will likely result "
"in alignment issues that may cause DRC errors. Please review the imported "
"text elements carefully and correct manually if required." ) );
wxLogMessage(
_( "The CADSTAR design has been imported successfully.\n"
"Please review the import errors and warnings (if any)." ) );