From 1c785560c4d36778778ce2e12989e69808b4a7e5 Mon Sep 17 00:00:00 2001 From: aMannus Date: Fri, 19 Aug 2022 14:49:30 +0200 Subject: [PATCH] Changed tooltip --- libultraship/libultraship/ImGuiImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libultraship/libultraship/ImGuiImpl.cpp b/libultraship/libultraship/ImGuiImpl.cpp index 7f9b3765c..09e67233b 100644 --- a/libultraship/libultraship/ImGuiImpl.cpp +++ b/libultraship/libultraship/ImGuiImpl.cpp @@ -1914,7 +1914,7 @@ namespace SohImGui { ); PaddedEnhancementCheckbox("Disable Random Rupee Names", "gRandoDisableRandomRupeeNames", true, false); Tooltip( - "Disables the random rupee names in the textbox when obtaining rupees." + "Reverts textboxes for collecting rupees to their default state, disabling the randomization of rupee names." ); ImGui::EndMenu(); }