From 9fe7839f9acbee8b6b2656c0478d742a6eae9a54 Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Fri, 27 Jan 2023 00:39:35 -0600 Subject: [PATCH] Adjustment to gFastFarores tooltip (#2409) --- soh/soh/GameMenuBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/GameMenuBar.cpp b/soh/soh/GameMenuBar.cpp index 4ccf41e90..48eb99240 100644 --- a/soh/soh/GameMenuBar.cpp +++ b/soh/soh/GameMenuBar.cpp @@ -375,7 +375,7 @@ namespace GameMenuBar { UIWidgets::Tooltip("Allows exiting Hyrule Castle Market Town to Hyrule Field at night by speaking " "to the guard next to the gate."); UIWidgets::PaddedEnhancementCheckbox("Faster Farore's Wind", "gFastFarores", true, false); - UIWidgets::Tooltip("Greatly increases cast time of Farore's Wind magic spell."); + UIWidgets::Tooltip("Greatly decreases cast time of Farore's Wind magic spell."); ImGui::EndMenu(); }