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() {