From ec468ed6e160154c7ba8ea769d776a24b621725f Mon Sep 17 00:00:00 2001 From: PurpleHato Date: Wed, 27 Jul 2022 23:03:30 +0200 Subject: [PATCH] TWEAK: Typo --- soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp b/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp index 5a699185e..689d5e79e 100644 --- a/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer_item_tracker.cpp @@ -1018,7 +1018,7 @@ void DrawItemTracker(bool& open) { SohImGui::EnhancementCheckbox("Display \"Ammo/MaxAmo\"", "gItemTrackerAmmoDisplay"); SohImGui::EnhancementCheckbox("Randomizer colors for Songs", "gItemTrackeSongColor"); SohImGui::Tooltip("Will dispaly non-warp songs with randomizer\ncolors instead of pure white"); - SohImGui::EnhancementCheckbox("Personnal notes space", "gItemTrackerNotes"); + SohImGui::EnhancementCheckbox("Personal notes space", "gItemTrackerNotes"); SohImGui::Tooltip("Adds a textbox under the item tracker to keep your own notes in"); SohImGui::EnhancementSliderInt("Icon size : %dpx", "##ITEMTRACKERICONSIZE", "gRandoTrackIconSize", 32, 128, "");