From 1c3541183f51a0f762692e7d6da498cfe81a4f69 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sun, 6 Apr 2025 00:31:17 -0300 Subject: [PATCH] Audio assets installed message --- src/port/ui/ImguiUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index 14449471..dd062788 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -193,7 +193,7 @@ void DrawSettingsMenu(){ } else { if (UIWidgets::Button("Install JP/EU Audio")) { if (GameEngine::GenAssetFile()){ - GameEngine::ShowMessage("Success", "Audio assets Installed, restart the game to apply changes.", SDL_MESSAGEBOX_INFORMATION); + GameEngine::ShowMessage("Success", "Audio assets installed. Changes will be applied on the next startup.", SDL_MESSAGEBOX_INFORMATION); Ship::Context::GetInstance()->GetWindow()->Close(); } }