Fix typo in fp-lib-table help text
Fixes: lp:1671910 * https://bugs.launchpad.net/kicad/+bug/1671910
This commit is contained in:
parent
bbaa29fbc4
commit
23a23d3c63
|
@ -335,7 +335,7 @@ bool IFACE::OnKifaceStart( PGM_BASE* aProgram, int aCtlBits )
|
||||||
"table or created an empty table in the kicad configuration folder.\n"
|
"table or created an empty table in the kicad configuration folder.\n"
|
||||||
"You must first configure the library "
|
"You must first configure the library "
|
||||||
"table to include all footprint libraries you want to use.\n"
|
"table to include all footprint libraries you want to use.\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