Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Description: mention ldraw-parts package in startup popup
Forwarded: not-needed

--- a/common/lc_application.cpp
+++ b/common/lc_application.cpp
@@ -930,9 +930,9 @@ lcStartupMode lcApplication::Initialize(
 		QString Message;
 
 		if (mLibrary->LoadBuiltinPieces())
-			Message = tr("LeoCAD could not find a compatible Parts Library so only a small number of parts will be available.\n\nPlease visit https://www.leocad.org for information on how to download and install a library.");
+			Message = tr("LeoCAD could not find a compatible Parts Library so only a small number of parts will be available.\n\nPlease visit https://www.leocad.org for information on how to download and install a library.\n\nOn Debian you can enable the non-free repository and install the ldraw-parts package. On Ubuntu the ldraw-parts package is in the multiverse repository.");
 		else
-			Message = tr("LeoCAD could not load Parts Library.\n\nPlease visit https://www.leocad.org for information on how to download and install a library.");
+			Message = tr("LeoCAD could not load Parts Library.\n\nPlease visit https://www.leocad.org for information on how to download and install a library.\n\nOn Debian you can enable the non-free repository and install the ldraw-parts package. On Ubuntu the ldraw-parts package is in the multiverse repository.");
 
 		if (gMainWindow)
 			QMessageBox::information(gMainWindow, tr("LeoCAD"), Message);
