From c0f11fdd726552477abb8a1ef9d6dba6ee4cf12d Mon Sep 17 00:00:00 2001 From: Caladius Date: Wed, 29 May 2024 13:55:04 -0400 Subject: [PATCH] Typo in tooltip --- mm/2s2h/BenGui/BenMenuBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/2s2h/BenGui/BenMenuBar.cpp b/mm/2s2h/BenGui/BenMenuBar.cpp index 80049b5765..06bf2af7af 100644 --- a/mm/2s2h/BenGui/BenMenuBar.cpp +++ b/mm/2s2h/BenGui/BenMenuBar.cpp @@ -333,7 +333,7 @@ void DrawEnhancementsMenu() { ImGui::SeparatorText("West Clock Town"); UIWidgets::CVarCheckbox( "Banker - Press Z or R for Max/Min Rupees", "gEnhancements.Actor.BankerDepositRupees", - { .tooltip = "Pressing the Z or r buttons while the Deposit Rupees dialogue is open will " + { .tooltip = "Pressing the Z or R buttons while the Deposit Rupees dialogue is open will " "set the Rupees to Links current Rupees or 0 respectively." }); ImGui::EndMenu(); }