From dad8a477416b73bddd049839958be3592a47d68e Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Wed, 30 Sep 2020 13:35:19 +0200 Subject: [PATCH] Fixed splash screen info label --- 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 c2d901bfe5..4279435850 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -214,7 +214,7 @@ public: // create a info notice wxString info_string = title_string + " " + _L("is based on Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n\n" + - title_string + _L("is licensed under the") + _L("GNU Affero General Public License, version 3") + "\n\n" + + title_string + " " + _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 Nora Al-Badri and Jan Nikolai Nelles"); wxFont info_font = sys_font.Larger();