diff --git a/src/suyu/bootmanager.cpp b/src/suyu/bootmanager.cpp index 76241f9947..3c536e3072 100644 --- a/src/suyu/bootmanager.cpp +++ b/src/suyu/bootmanager.cpp @@ -1034,7 +1034,7 @@ bool GRenderWindow::InitializeOpenGL() { return true; #else QMessageBox::warning(this, tr("OpenGL not available!"), - tr("yusu has not been compiled with OpenGL support.")); + tr("suyu has not been compiled with OpenGL support.")); return false; #endif } diff --git a/src/suyu_cmd/suyu.cpp b/src/suyu_cmd/suyu.cpp index c50a3976b9..cb91dde5d8 100644 --- a/src/suyu_cmd/suyu.cpp +++ b/src/suyu_cmd/suyu.cpp @@ -83,7 +83,7 @@ static void PrintHelp(const char* argv0) { } static void PrintVersion() { - std::cout << "yusu " << Common::g_scm_branch << " " << Common::g_scm_desc << std::endl; + std::cout << "suyu" << Common::g_scm_branch << " " << Common::g_scm_desc << std::endl; } static void OnStateChanged(const Network::RoomMember::State& state) {