From ed3a74d5e1de8f4c09d4bcf3d6049bb4a32232c1 Mon Sep 17 00:00:00 2001 From: cdozdil Date: Fri, 22 May 2026 22:46:01 +0300 Subject: [PATCH] Update Save INI messages to Save Settings --- OptiScaler/menu/menu_common.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OptiScaler/menu/menu_common.cpp b/OptiScaler/menu/menu_common.cpp index d6b8ed55..a6342044 100644 --- a/OptiScaler/menu/menu_common.cpp +++ b/OptiScaler/menu/menu_common.cpp @@ -3319,7 +3319,7 @@ bool MenuCommon::RenderMenu() config->Fsr4EnableWatermark = fsr4wm; } - ShowHelpMarker("After changing this option, please Save INI\n" + ShowHelpMarker("After changing this option, please Save Settings\n" "It will be applied on next launch."); } } @@ -3417,7 +3417,7 @@ bool MenuCommon::RenderMenu() ShowHelpMarker("This usually happens due to using tools\n" "such as Nvidia App or Nvidia Inspector"); // ImGui::Text("Selecting setting below will disable that external override\n" - // "but you need to Save INI and restart the game"); + // "but you need to Save Settings and restart the game"); ImGui::Spacing(); } @@ -3732,7 +3732,7 @@ bool MenuCommon::RenderMenu() { ImGui::Spacing(); ImGui::TextColored(toneMapColor(ImVec4(1.f, 0.f, 0.0f, 1.f)), - "Save INI and restart to apply the changes"); + "Save Settings and restart to apply the changes"); ImGui::Spacing(); } @@ -4015,7 +4015,7 @@ bool MenuCommon::RenderMenu() config->FSRFGEnableWatermark = fgwm; } - ShowHelpMarker("After changing this option, please Save INI\n" + ShowHelpMarker("After changing this option, please Save Settings\n" "It will be applied on next launch."); }