diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index c2d901bfe..427943585 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();