diff --git a/Source/Core/DolphinQt/Settings/InterfacePane.cpp b/Source/Core/DolphinQt/Settings/InterfacePane.cpp index 7c5ade5225..a6a8b1e31c 100644 --- a/Source/Core/DolphinQt/Settings/InterfacePane.cpp +++ b/Source/Core/DolphinQt/Settings/InterfacePane.cpp @@ -162,7 +162,7 @@ void InterfacePane::CreateUI() void InterfacePane::CreateInGame() { - auto* groupbox = new QGroupBox(tr("In-Game")); + auto* groupbox = new QGroupBox(tr("Render Window")); auto* groupbox_layout = new QVBoxLayout; groupbox->setLayout(groupbox_layout); m_main_layout->addWidget(groupbox);