From 98b0d1db05a0da803816e760a5d2e864bf4bf0c2 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Thu, 22 May 2025 16:48:10 +0200 Subject: [PATCH] DolphinQt: Fix verb agreement in Immediate XFB description --- Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp index d4c118c088..21825a0687 100644 --- a/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp @@ -197,8 +197,8 @@ void HacksWidget::AddDescriptions() "Displays XFB copies as soon as they are created, instead of waiting for " "scanout.

Can cause graphical defects in some games if the game doesn't " "expect all XFB copies to be displayed. However, turning this setting on reduces latency." - "

Enabling this also force an effect equivalent to the" - " Skip Presenting Duplicate Frames setting." + "

Enabling this also forces an effect equivalent to the " + "Skip Presenting Duplicate Frames setting." "

If unsure, leave this unchecked."); static const char TR_SKIP_DUPLICATE_XFBS_DESCRIPTION[] = QT_TR_NOOP( "Skips presentation of duplicate frames (XFB copies) in 25fps/30fps games. "