Fix typo in fp-lib-table help text

Fixes: lp:1671910
* https://bugs.launchpad.net/kicad/+bug/1671910
This commit is contained in:
Chris Pavlina 2017-03-10 23:43:49 -05:00
parent bbaa29fbc4
commit 23a23d3c63
1 changed files with 1 additions and 1 deletions

View File

@ -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." ) );
} }
} }