Skip to content

Commit

Permalink
Merge pull request #8105 from 8times9/render-window
Browse files Browse the repository at this point in the history
Qt/InterfacePane: Rename "In-Game" to "Render Window"
  • Loading branch information
leoetlino committed May 23, 2019
2 parents 617747e + ba3b59f commit 702344b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/Settings/InterfacePane.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 702344b

Please sign in to comment.