From 66fd70e759a643cf0748ecc15dd96a6244af6ff7 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 17 Apr 2026 20:00:28 +0200 Subject: [PATCH] Fix typo in safe mode warning --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index f2a5235..4d9b671 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -96,7 +96,7 @@ WUMS_INITIALIZE() { DrawUtils::setFontSize(24); auto message = "The Safe Mode of the Plugin System has been triggered."; DrawUtils::print(SCREEN_WIDTH / 2 + DrawUtils::getTextWidth(message) / 2, SCREEN_HEIGHT / 2 - 48, message, true); - message = "Any plugins 3rd party plugins have been disabled!"; + message = "Any 3rd party plugins have been disabled!"; DrawUtils::print(SCREEN_WIDTH / 2 + DrawUtils::getTextWidth(message) / 2, SCREEN_HEIGHT / 2 - 24, message, true); message = "To enable them again, open the plugin config menu (\ue004 + \ue07a + \ue046).";