From c8397eb3fd8605aecc7ed2458e60ebfd8edbe1ea Mon Sep 17 00:00:00 2001 From: supermerill Date: Sun, 15 Nov 2020 00:10:16 +0100 Subject: [PATCH] typo --- src/slic3r/GUI/GUI_App.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index b8750dee4..10504fc13 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -249,8 +249,8 @@ private: // credits infornation credits = title + " " + _L("is based on PrusaSlicer by Prusa and Slic3r by Alessandro Ranellucci and the RepRap community.") + "\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, Durand Remi and numerous others.") + "\n\n" + - _L("Artwork model by Durand Remi (not proud of it)"); + _L("Contributions by Vojtech Bubnik, Enrico Turri, Durand Remi, Oleksandra Iushchenko, Tamas Meszaros, Lukas Matena, Vojtech Kral, David Kocik and numerous others.") + "\n\n" + + _L("Artwork model by Durand Remi"); title_font = version_font = credits_font = init_font; }