mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 05:37:36 -05:00
Qt: Minor text tweaks
This commit is contained in:
@@ -162,7 +162,7 @@ void InterfacePane::CreateUI()
|
||||
|
||||
void InterfacePane::CreateInGame()
|
||||
{
|
||||
auto* groupbox = new QGroupBox(tr("In Game"));
|
||||
auto* groupbox = new QGroupBox(tr("In-Game"));
|
||||
auto* groupbox_layout = new QVBoxLayout;
|
||||
groupbox->setLayout(groupbox_layout);
|
||||
m_main_layout->addWidget(groupbox);
|
||||
|
||||
Reference in New Issue
Block a user