LTspice spelling.
This commit is contained in:
parent
e498f1b9a0
commit
9b2ac10002
|
@ -310,7 +310,7 @@ wxString EagleSchematicFileWildcard()
|
|||
|
||||
wxString LtspiceSchematicFileWildcard()
|
||||
{
|
||||
return _( "Ltspice schematic files" ) + AddFileExtListToFilter( { "asc" } );
|
||||
return _( "LTspice schematic files" ) + AddFileExtListToFilter( { "asc" } );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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" );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue