From 4e05c569d436997c293e9a2a625b6e68042adca0 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Mon, 26 Dec 2022 14:28:48 -0800 Subject: [PATCH] AdvancedWidget: Fix typo in performance sample window tooltip --- Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp index d249986f4b..44dbe30487 100644 --- a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp @@ -275,7 +275,7 @@ void AdvancedWidget::AddDescriptions() static const char TR_PERF_SAMP_WINDOW_DESCRIPTION[] = QT_TR_NOOP("The amount of time the FPS and VPS counters will sample over." "

The higher the value, the more stable the FPS/VPS counter will be, " - "but the slower it will be slower to update." + "but the slower it will be to update." "

If unsure, leave this " "at 1000ms."); static const char TR_LOG_RENDERTIME_DESCRIPTION[] = QT_TR_NOOP(