Fixed splash screen info label

This commit is contained in:
enricoturri1966 2020-09-30 13:35:19 +02:00
parent 6685e78605
commit dad8a47741

View File

@ -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();