From 1fb73e1580412d70dec2b9dc09b129dd9449ccb1 Mon Sep 17 00:00:00 2001 From: jasaaved Date: Wed, 25 Mar 2026 00:54:01 -0700 Subject: [PATCH] Update tooltip text for "Display Monitor" Changed the description that might sound confusing to the end user. --- Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp index e1b225e3b4..bda9aa3bd3 100644 --- a/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp @@ -328,7 +328,6 @@ void GeneralWidget::AddDescriptions() m_monitor_combo->SetTitle(tr("Display Monitor")); m_monitor_combo->SetDescription( tr("Selects which display to use when rendering.

" - "When rendering to the main window, the main window will be moved to this display.

" "If unsure, select Primary Monitor.")); m_aspect_combo->SetTitle(tr("Aspect Ratio"));