LTspice spelling.

This commit is contained in:
Alex Shvartzkop 2023-08-10 00:10:06 +03:00
parent e498f1b9a0
commit 9b2ac10002
2 changed files with 3 additions and 3 deletions

View File

@ -310,7 +310,7 @@ wxString EagleSchematicFileWildcard()
wxString LtspiceSchematicFileWildcard()
{
return _( "Ltspice schematic files" ) + AddFileExtListToFilter( { "asc" } );
return _( "LTspice schematic files" ) + AddFileExtListToFilter( { "asc" } );
}

View File

@ -29,12 +29,12 @@
#include <kiplatform/environment.h>
/**
* @brief schematic PLUGIN for Ltspice (*.asc) and (.asy) format.
* @brief schematic PLUGIN for LTspice (*.asc) and (.asy) format.
*/
const wxString SCH_LTSPICE_PLUGIN::GetName() const
{
return wxT( "Ltspice Schematic Importer" );
return wxT( "LTspice Schematic Importer" );
}