From 5185f753e50335e4f61a6bf41140bdb2cdde9971 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:32:59 -0700 Subject: [PATCH] fix truncated text --- src/spice2x/overlay/windows/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spice2x/overlay/windows/config.cpp b/src/spice2x/overlay/windows/config.cpp index 8ec5d0f..4c89eb1 100644 --- a/src/spice2x/overlay/windows/config.cpp +++ b/src/spice2x/overlay/windows/config.cpp @@ -4209,8 +4209,8 @@ namespace overlay::windows { ImGui::TextColored(ImVec4(1, 0.7f, 0, 1), "Card overrides"); ImGui::Spacing(); - ImGui::TextUnformatted( - "Specify hardcoded card numbers here. This will always take priority when Insert Card is pressed."); + ImGui::TextUnformatted("Specify hardcoded card numbers here."); + ImGui::TextUnformatted("Overrides will always take priority when Insert Card is pressed."); ImGui::Spacing(); // read in values from options