From e2a51a4da9d9ae892c11fc38dbf914724ba24686 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Mon, 16 Jan 2023 14:57:33 +0100 Subject: [PATCH] Fixed info for SplashScreen --- src/slic3r/GUI/GUI_App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index 42ba4295f2..5a2562aab3 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -276,7 +276,7 @@ private: _L("Developed by Prusa Research.") + "\n\n" + title + " " + _L("is licensed under the") + " " + _L("GNU Affero General Public License, version 3") + ".\n\n" + _L("Contributions by Vojtech Bubnik, Enrico Turri, Oleksandra Iushchenko, Tamas Meszaros, Lukas Matena, Vojtech Kral, David Kocik and numerous others.") + "\n\n" + - _L("Artwork model by Leslie Ing"); + _L("Artwork model by Creative Tools"); title_font = version_font = credits_font = init_font; }