mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Make DolphinQt2 netplay strings more like in DolphinWX
This commit is contained in:
parent
1584aec228
commit
e806928071
4 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@ void NetPlayDialog::CreateMainLayout()
|
|||
m_md5_box = new QComboBox;
|
||||
m_start_button = new QPushButton(tr("Start"));
|
||||
m_buffer_size_box = new QSpinBox;
|
||||
m_save_sd_box = new QCheckBox(tr("Write save / SD-Card data"));
|
||||
m_save_sd_box = new QCheckBox(tr("Write save/SD data"));
|
||||
m_load_wii_box = new QCheckBox(tr("Load Wii Save"));
|
||||
m_record_input_box = new QCheckBox(tr("Record inputs"));
|
||||
m_buffer_label = new QLabel(tr("Buffer:"));
|
||||
|
|
|
@ -31,7 +31,7 @@ void PadMappingDialog::CreateWidgets()
|
|||
m_wii_boxes[i] = new QComboBox;
|
||||
|
||||
m_main_layout->addWidget(new QLabel(tr("GC Port %1").arg(i + 1)), 0, i);
|
||||
m_main_layout->addWidget(new QLabel(tr("Wii Remote Port %1").arg(i + 1)), 0, 4 + i);
|
||||
m_main_layout->addWidget(new QLabel(tr("Wii Remote %1").arg(i + 1)), 0, 4 + i);
|
||||
m_main_layout->addWidget(m_gc_boxes[i], 1, i);
|
||||
m_main_layout->addWidget(m_wii_boxes[i], 1, 4 + i);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue