Skip to content

Commit

Permalink
Typo in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Caladius committed May 29, 2024
1 parent c38d2e2 commit c0f11fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/2s2h/BenGui/BenMenuBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit c0f11fd

Please sign in to comment.