From b0408eadba11e9a35f3552d2486d6613a78dbf59 Mon Sep 17 00:00:00 2001 From: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Date: Wed, 9 Oct 2024 05:47:55 -0500 Subject: [PATCH] Branding change on About->Third-party Licenses widget --- editor/editor_about.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/editor_about.cpp b/editor/editor_about.cpp index 843914fa18..1490be4140 100644 --- a/editor/editor_about.cpp +++ b/editor/editor_about.cpp @@ -270,7 +270,7 @@ EditorAbout::EditorAbout() { Label *tpl_label = memnew(Label); tpl_label->set_h_size_flags(Control::SIZE_EXPAND_FILL); tpl_label->set_autowrap_mode(TextServer::AUTOWRAP_WORD_SMART); - tpl_label->set_text(TTR("Godot Engine relies on a number of third-party free and open source libraries, all compatible with the terms of its MIT license. The following is an exhaustive list of all such third-party components with their respective copyright statements and license terms.")); + tpl_label->set_text(TTR("Redot Engine relies on a number of third-party free and open source libraries, all compatible with the terms of its MIT license. The following is an exhaustive list of all such third-party components with their respective copyright statements and license terms.")); tpl_label->set_size(Size2(630, 1) * EDSCALE); license_thirdparty->add_child(tpl_label);