From b2de337c43648c8c7dac3cc26c556eef0b4b6648 Mon Sep 17 00:00:00 2001 From: connellpaxton Date: Tue, 20 Feb 2024 11:51:46 -0500 Subject: [PATCH] =?UTF-8?q?Replaced=20=C3=A9=20with=20e=20since=20the=20fa?= =?UTF-8?q?dda=20wouldn't=20render=20:(?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UI/UI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/UI.cpp b/UI/UI.cpp index 4275c37..fffd32a 100644 --- a/UI/UI.cpp +++ b/UI/UI.cpp @@ -111,7 +111,7 @@ UI::UI(Renderer* ren) : console->System().Log(csys::ItemType::INFO) << "Paused: " << (this->info.paused? "True" : "False") << csys::endl; }); - console->System().Log(csys::ItemType::INFO) << "Welcome to Ple'ascach!" << csys::endl; + console->System().Log(csys::ItemType::INFO) << "Welcome to Pleascach!" << csys::endl; } void UI::newFrame() {