SplashScreen: New image

+ PressureEqualizer" fixed warning
This commit is contained in:
YuSanka 2022-06-17 16:55:18 +02:00
parent 32e70e5f57
commit 2688a29b08
3 changed files with 3 additions and 3 deletions
src/slic3r/GUI

View file

@ -265,9 +265,9 @@ private:
credits = title + " " +
_L("is based on Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n" +
_L("Developed by Prusa Research.")+ "\n\n" +
title + " " + _L("is licensed under the") + " " + _L("GNU Affero General Public License, version 3") + "\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 M Boyer");
_L("Artwork model by Leslie Ing") + "." ;
title_font = version_font = credits_font = init_font;
}