From b9c1f4921c86d1301e78eb7b7361f4be3420da81 Mon Sep 17 00:00:00 2001 From: Dentomologist Date: Sun, 2 May 2021 11:07:21 -0700 Subject: [PATCH] GeneralWidget: Fix Log Rendertime description grammar --- Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp index 6b0d1f7989..c5b174f5cf 100644 --- a/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp @@ -244,7 +244,7 @@ void GeneralWidget::AddDescriptions() "NetPlay.

If unsure, leave this unchecked."); static const char TR_LOG_RENDERTIME_DESCRIPTION[] = QT_TR_NOOP( "Logs the render time of every frame to User/Logs/render_time.txt.

Use this " - "feature when to measure the performance of Dolphin.

If " + "feature to measure Dolphin's performance.

If " "unsure, leave this unchecked."); static const char TR_SHOW_NETPLAY_MESSAGES_DESCRIPTION[] = QT_TR_NOOP("Shows chat messages, buffer changes, and desync alerts "