From 9931906f8d0409c86d4d5e84d6d860d14357b78d Mon Sep 17 00:00:00 2001 From: jacob1 Date: Wed, 12 Mar 2025 23:37:01 -0400 Subject: [PATCH] Change TPT -> The Powder Toy in credits ui --- src/gui/credits/Credits.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/credits/Credits.cpp b/src/gui/credits/Credits.cpp index f1b50c369..59eaa79d7 100644 --- a/src/gui/credits/Credits.cpp +++ b/src/gui/credits/Credits.cpp @@ -81,7 +81,7 @@ Credits::Credits(): }; - addHeader("TPT is an open source project, developed by members of the community.\n" + addHeader("The Powder Toy is an open source project, developed by members of the community.\n" "We'd like to thank everyone who contributed to our \bt{a:https://github.com/The-Powder-Toy/The-Powder-Toy|GitHub repo}\x0E:", false); auto GitHub = root["GitHub"]; @@ -128,7 +128,7 @@ Credits::Credits(): addHeader("The following users have been credited in the intro text from the start.\n" - "Their contributions to the early beginnings of TPT were invaluable in shaping TPT into what it is today."); + "Their contributions to the early beginnings of The Powder Toy were invaluable in shaping it into what it is today."); auto OrigCredits = root["OrigCredits"]; for (auto &item : OrigCredits)