1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

Merge remote-tracking branch 'origin/master' into ys_imperial_unit

This commit is contained in:
YuSanka
2020-04-30 09:49:15 +02:00
+2 -2
View File
@@ -74,11 +74,11 @@ struct CurlGlobalInit
"PrusaSlicer will be unable to establish secure "
"network connections.");
else
message = Slic3r::format(
message = Slic3r::GUI::format(
_L("PrusaSlicer detected system SSL certificate store in: %1%"),
bundle);
message += "\n" + Slic3r::format(
message += "\n" + Slic3r::GUI::format(
_L("To specify the system certificate store manually, please "
"set the %1% environment variable to the correct CA bundle "
"and restart the application."),