Split cvpcb first run message to multiple lines

Fixes: lp:1745228
* https://bugs.launchpad.net/kicad/+bug/1745228
This commit is contained in:
Maciej Suminski 2018-01-25 12:07:59 +01:00
parent 0ef785981b
commit 42857d60cf
1 changed files with 3 additions and 3 deletions

View File

@ -160,11 +160,11 @@ bool IFACE::OnKifaceStart( PGM_BASE* aProgram, int aCtlBits )
DisplayInfoMessage( NULL, _(
"You have run CvPcb for the first time using the "
"new footprint library table method for finding "
"footprints. CvPcb has either copied the default "
"footprints.\nCvPcb has either copied the default "
"table or created an empty table in your home "
"folder. You must first configure the library "
"folder.\nYou must first configure the library "
"table to include all footprint libraries not "
"included with KiCad. See the \"Footprint Library "
"included with KiCad.\nSee the \"Footprint Library "
"Table\" section of the CvPcb documentation for "
"more information." ) );
}