Minor fix in a long message.
This commit is contained in:
parent
ea6b03cd5f
commit
584f35e6d4
|
@ -323,12 +323,10 @@ bool IFACE::OnKifaceStart( PGM_BASE* aProgram, int aCtlBits )
|
||||||
"You have run Pcbnew for the first time using the "
|
"You have run Pcbnew for the first time using the "
|
||||||
"new footprint library table method for finding footprints.\n"
|
"new footprint library table method for finding footprints.\n"
|
||||||
"Pcbnew has either copied the default "
|
"Pcbnew has either copied the default "
|
||||||
"table or created an empty table in the kicad configuration "
|
"table or created an empty table in the kicad configuration folder.\n"
|
||||||
"folder.\n"
|
|
||||||
"You must first configure the library "
|
"You must first configure the library "
|
||||||
"table to include all footprint libraries not "
|
"table to include all footprint libraries you want to use.\n"
|
||||||
"included with KiCad.\n"
|
"See the \"Footprint Library Table\" section of "
|
||||||
"See the \"Footprint Library Table\" section of"
|
|
||||||
"the CvPcb or Pcbnew documentation for more information." ) );
|
"the CvPcb or Pcbnew documentation for more information." ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue