From 60daf1a8d984fb846b54be5a710b427eeb962da7 Mon Sep 17 00:00:00 2001 From: Harry Denholm Date: Sun, 17 Sep 2023 18:53:39 +0100 Subject: [PATCH] some minor UI text tidy --- src/r4.toolbox/app/ouro.cpp | 4 ---- src/r5.lore/lore.app.cpp | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/r4.toolbox/app/ouro.cpp b/src/r4.toolbox/app/ouro.cpp index d8b469fa..cd0ab644 100644 --- a/src/r4.toolbox/app/ouro.cpp +++ b/src/r4.toolbox/app/ouro.cpp @@ -965,10 +965,6 @@ int OuroApp::EntrypointGUI() { xpOpenURL( m_storagePaths->outputApp.string().c_str() ); } - ImGui::Separator(); - if ( ImGui::MenuItem( "Configure..." ) ) - { - } }); // events diff --git a/src/r5.lore/lore.app.cpp b/src/r5.lore/lore.app.cpp index 4fb61ba3..0c932a48 100644 --- a/src/r5.lore/lore.app.cpp +++ b/src/r5.lore/lore.app.cpp @@ -3051,9 +3051,9 @@ int LoreApp::EntrypointOuro() } { ImGui::TableNextColumn(); - ImGui::TextColored( colour::shades::callout.neutral(), "LOAD (overwrite)" ); + ImGui::TextColored( colour::shades::callout.neutral(), "LOAD (replace)" ); ImGui::Spacing(); - ImGui::TextWrapped( "Replace the current tags in the database with new data loaded from a file. This will REPLACE your current data!" ); + ImGui::TextWrapped( "Overwrite the current tags in the database with new data loaded from a file. This will REPLACE your current data!" ); ImGui::Spacing(); } {