From ebfabd6c722f80c7c9ced8763a9cc1dae7adcb58 Mon Sep 17 00:00:00 2001 From: PurpleHato Date: Mon, 18 Aug 2025 17:37:08 +0200 Subject: [PATCH] German typo --- soh/soh/Enhancements/randomizer/hook_handlers.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/hook_handlers.cpp b/soh/soh/Enhancements/randomizer/hook_handlers.cpp index 3e6a3e7b8..ea859b0f8 100644 --- a/soh/soh/Enhancements/randomizer/hook_handlers.cpp +++ b/soh/soh/Enhancements/randomizer/hook_handlers.cpp @@ -1,4 +1,4 @@ -#include +#include #include "soh/OTRGlobals.h" #include "soh/ResourceManagerHelpers.h" #include "soh/Enhancements/enhancementTypes.h" @@ -1033,7 +1033,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l message = "Vous obtenez: "; break; case LANGUAGE_GER: - message = "Du hast: "; + message = "Du erhältst: "; break; case LANGUAGE_ENG: default: @@ -1058,7 +1058,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l .french; break; case LANGUAGE_GER: - message = "Du hast: "; + message = "Du erhältst: "; itemName = Rando::StaticData::RetrieveItem((RandomizerGet)item00->itemEntry.getItemId) .GetName() .german;