mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Merge pull request #13699 from JosJuice/force-typo
DolphinQt: Fix verb agreement in Immediate XFB description
This commit is contained in:
@ -197,7 +197,7 @@ void HacksWidget::AddDescriptions()
|
|||||||
"Displays XFB copies as soon as they are created, instead of waiting for "
|
"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 "
|
"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."
|
"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"
|
"<br><br>Enabling this also forces an effect equivalent to the "
|
||||||
"Skip Presenting Duplicate Frames setting."
|
"Skip Presenting Duplicate Frames setting."
|
||||||
"<br><br><dolphin_emphasis>If unsure, leave this unchecked.</dolphin_emphasis>");
|
"<br><br><dolphin_emphasis>If unsure, leave this unchecked.</dolphin_emphasis>");
|
||||||
static const char TR_SKIP_DUPLICATE_XFBS_DESCRIPTION[] = QT_TR_NOOP(
|
static const char TR_SKIP_DUPLICATE_XFBS_DESCRIPTION[] = QT_TR_NOOP(
|
||||||
|
Reference in New Issue
Block a user