mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 15:46:45 +00:00
Update Save INI messages to Save Settings
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user