summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2025-05-22 23:22:53 +0200
committerGitHub <noreply@github.com>2025-05-22 23:22:53 +0200
commit7c8d53a51d4c25d80dfedc7b7caecb02648972cc (patch)
tree34973ee27bb90bab2af0b1dd43359c519bc939f6
parent97d27130ed2e731f0f2b06b7a6ff7616d6e3ad0a (diff)
parent98b0d1db05a0da803816e760a5d2e864bf4bf0c2 (diff)
Merge pull request #13699 from JosJuice/force-typo
DolphinQt: Fix verb agreement in Immediate XFB description
-rw-r--r--Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp4
1 files 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.<br><br>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."
- "<br><br>Enabling this also force an effect equivalent to the"
- " Skip Presenting Duplicate Frames setting."
+ "<br><br>Enabling this also forces an effect equivalent to the "
+ "Skip Presenting Duplicate Frames setting."
"<br><br><dolphin_emphasis>If unsure, leave this unchecked.</dolphin_emphasis>");
static const char TR_SKIP_DUPLICATE_XFBS_DESCRIPTION[] = QT_TR_NOOP(
"Skips presentation of duplicate frames (XFB copies) in 25fps/30fps games. "