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."); }