diff --git a/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp index 30d12e9bba..59aa48b30b 100644 --- a/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp @@ -199,12 +199,10 @@ void HacksWidget::AddDescriptions() "expect all XFB copies to be displayed. However, turning this setting on reduces " "latency.

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. This may improve " - "performance on low-end devices, while making frame pacing less consistent.

Disable this " - "option as well as enabling V-Sync for optimal frame pacing.

If " - "unsure, leave this " - "checked."); + "Skips presentation of duplicate frames (XFB copies) in 25fps/30fps games. " + "This may improve performance on low-end devices, while making frame pacing less consistent." + "

Disable this option for optimal frame pacing." + "

If unsure, leave this checked."); static const char TR_GPU_DECODING_DESCRIPTION[] = QT_TR_NOOP( "Enables texture decoding using the GPU instead of the CPU.

This may result in " "performance gains in some scenarios, or on systems where the CPU is the "