diff options
| author | JosJuice <josjuice@gmail.com> | 2017-08-01 14:34:44 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2017-08-01 14:34:44 +0200 |
| commit | a345ab25155b00a69e4e10fec06abdf16a8b37fd (patch) | |
| tree | 41c57c9719cd0fbcb43a37a25f721a0acf2c360d /Source | |
| parent | a8606f5d1341534c95470327d1b3f3cbde72f35f (diff) | |
PR 5817 fixup
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinQt2/Config/ControllersWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt2/Config/ControllersWindow.cpp b/Source/Core/DolphinQt2/Config/ControllersWindow.cpp index 91b9ee7a8c..ab1b22dee1 100644 --- a/Source/Core/DolphinQt2/Config/ControllersWindow.cpp +++ b/Source/Core/DolphinQt2/Config/ControllersWindow.cpp @@ -162,7 +162,7 @@ void ControllersWindow::CreateWiimoteLayout() m_wiimote_refresh = new QPushButton(tr("Refresh")); m_wiimote_pt_labels[0] = new QLabel(tr("Sync real Wii Remotes and pair them")); m_wiimote_pt_labels[1] = new QLabel(tr("Reset all saved Wii Remote pairings")); - m_wiimote_emu = new QRadioButton(tr("Emulate the Wii's Bluetooth Adapter")); + m_wiimote_emu = new QRadioButton(tr("Emulate the Wii's Bluetooth adapter")); m_wiimote_continuous_scanning = new QCheckBox(tr("Continuous Scanning")); m_wiimote_real_balance_board = new QCheckBox(tr("Real Balance Board")); m_wiimote_speaker_data = new QCheckBox(tr("Enable Speaker Data")); |
