mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-15 19:59:53 +00:00
DolphinQt: Adjust capitalization of "Select A Bluetooth Device"
This commit is contained in:
parent
fa2a9e72f9
commit
ab0601b06a
@ -352,7 +352,7 @@ void WiimoteControllersWidget::OnBluetoothPassthroughDeviceChanged(int index)
|
||||
// "More Options..." selection
|
||||
else if (index == m_bluetooth_adapters->count() - 1)
|
||||
{
|
||||
device_info = USBDevicePicker::Run(this, tr("Select A Bluetooth Device"));
|
||||
device_info = USBDevicePicker::Run(this, tr("Select a Bluetooth Device"));
|
||||
needs_refresh = true;
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user