From 429d55ba9faaba9df32b65ee1dd7b21079296411 Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 3 Feb 2025 19:38:44 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniel López Guimaraes <112760654+DaniElectra@users.noreply.github.com> --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index b06dde2..8f8dcd4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -127,7 +127,7 @@ static void Inkay_Initialize(bool apply_patches) { return; if (Config::block_initialize) { - ShowNotification("Failed to init Inkay. Please restart the console to use Pretendo"); + ShowNotification("Cannot load Inkay while the system is running. Please restart the console"); return; } @@ -218,7 +218,7 @@ WUMS_ALL_APPLICATION_STARTS_DONE() { if (Config::initialized && !Config::plugin_is_loaded) { DEBUG_FUNCTION_LINE("Inkay is running but the plugin got unloaded"); if (!Config::block_initialize) { - ShowNotification("Inkay module is still running. Please restart the console to disable Pretendo."); + ShowNotification("Inkay module is still running. Please restart the console"); } Config::shown_uninitialized_warning = true; } else if (!Config::initialized && !Config::shown_uninitialized_warning) {