From dd55e6e2a2b4171dd115008dc2639e1161cafdb1 Mon Sep 17 00:00:00 2001 From: shweet Date: Tue, 9 Dec 2025 17:06:45 -0500 Subject: [PATCH] Update to strings --- src/imgui/window/nulls.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/imgui/window/nulls.cpp b/src/imgui/window/nulls.cpp index d079d91..d8f71ea 100644 --- a/src/imgui/window/nulls.cpp +++ b/src/imgui/window/nulls.cpp @@ -90,8 +90,7 @@ namespace anm2ed::imgui document.change(Document::NULLS); else { - toasts.push(std::vformat(localize.get(TOAST_DESERIALIZE_NULLS_FAILED), - std::make_format_args(errorString))); + toasts.push(std::vformat(localize.get(TOAST_DESERIALIZE_NULLS_FAILED), std::make_format_args(errorString))); logger.error(std::vformat(localize.get(TOAST_DESERIALIZE_NULLS_FAILED, anm2ed::ENGLISH), std::make_format_args(errorString))); } @@ -129,7 +128,7 @@ namespace anm2ed::imgui shortcut(manager.chords[SHORTCUT_REMOVE]); ImGui::BeginDisabled(unused.empty()); - if (ImGui::Button(localize.get(LABEL_REMOVE_UNUSED_NULLS), widgetSize)) + if (ImGui::Button(localize.get(BASIC_REMOVE_UNUSED), widgetSize)) { auto remove_unused = [&]() {