mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
DolphinQt: Rename "GameCube Adapter for Wii U" to "GameCube Controller Adapter".
This commit is contained in:
parent
adafe1f347
commit
bffc26da27
2 changed files with 3 additions and 2 deletions
|
@ -32,7 +32,7 @@ GCPadWiiUConfigDialog::~GCPadWiiUConfigDialog()
|
|||
|
||||
void GCPadWiiUConfigDialog::CreateLayout()
|
||||
{
|
||||
setWindowTitle(tr("GameCube Adapter for Wii U at Port %1").arg(m_port + 1));
|
||||
setWindowTitle(tr("GameCube Controller Adapter at Port %1").arg(m_port + 1));
|
||||
|
||||
m_layout = new QVBoxLayout();
|
||||
m_status_label = new QLabel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue