Millimetres -> Millimeters
This commit is contained in:
parent
6569337d27
commit
6cc6f06a9a
|
@ -771,7 +771,7 @@ bool BOARD_DESIGN_SETTINGS::migrateSchema0to1()
|
||||||
*
|
*
|
||||||
* 0: Inches
|
* 0: Inches
|
||||||
* 1: Mils
|
* 1: Mils
|
||||||
* 2: Millimetres
|
* 2: Millimeters
|
||||||
*/
|
*/
|
||||||
std::string units_ptr( "defaults.dimension_units" );
|
std::string units_ptr( "defaults.dimension_units" );
|
||||||
std::string precision_ptr( "defaults.dimension_precision" );
|
std::string precision_ptr( "defaults.dimension_precision" );
|
||||||
|
|
|
@ -3629,7 +3629,7 @@ void CADSTAR_PCB_ARCHIVE_LOADER::applyDimensionSettings( const DIMENSION& aCads
|
||||||
case UNITS::CENTIMETER:
|
case UNITS::CENTIMETER:
|
||||||
case UNITS::MICROMETRE:
|
case UNITS::MICROMETRE:
|
||||||
wxLogWarning( wxString::Format( _( "Dimension ID %s uses a type of unit that "
|
wxLogWarning( wxString::Format( _( "Dimension ID %s uses a type of unit that "
|
||||||
"is not supported in KiCad. Millimetres were "
|
"is not supported in KiCad. Millimeters were "
|
||||||
"applied instead." ),
|
"applied instead." ),
|
||||||
aCadstarDim.ID ) );
|
aCadstarDim.ID ) );
|
||||||
KI_FALLTHROUGH;
|
KI_FALLTHROUGH;
|
||||||
|
|
Loading…
Reference in New Issue