From 9a145221eccff9c1f88ab0b9d22be700cdd27588 Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Fri, 5 Aug 2022 21:02:02 -0500 Subject: [PATCH] Remove newline --- soh/soh/Enhancements/randomizer/randomizer.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer.cpp b/soh/soh/Enhancements/randomizer/randomizer.cpp index e3f4f85f3..692fbecd4 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer.cpp @@ -3961,9 +3961,7 @@ void DrawRandoEditor(bool& open) { // Shuffle Cows ImGui::Text(Settings::ShuffleCows.GetName().c_str()); - InsertHelpHoverText( - "Cows give a randomized item from the pool upon performing Epona's\n" - "Song in front of them."); + InsertHelpHoverText("Cows give a randomized item from the pool upon performing Epona's Song in front of them."); SohImGui::EnhancementCombobox("gRandomizeShuffleCows", randoShuffleCows, 2, 0); PaddedSeparator();