Skip to content

Commit

Permalink
Change wording again
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Feb 29, 2020
1 parent 02fdcb8 commit 385c0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/GameSettingsScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ void GameSettingsScreen::CreateViews() {
#endif
CheckBox *frameDuplication = graphicsSettings->Add(new CheckBox(&g_Config.bRenderDuplicateFrames, gr->T("Render duplicate frames to 60hz")));
frameDuplication->OnClick.Add([=](EventParams &e) {
settingInfo_->Show(gr->T("RenderDuplicateFrames Tip", "Can make framerate smoother in games that run below 60hz"), e.v);
settingInfo_->Show(gr->T("RenderDuplicateFrames Tip", "Can make framerate smoother in games that run at lower framerates"), e.v);
return UI::EVENT_CONTINUE;
});

Expand Down

0 comments on commit 385c0a0

Please sign in to comment.