DolphinQt: Adjust capitalization of "Select A Bluetooth Device"

This commit is contained in:
JosJuice 2025-11-25 21:17:35 +01:00
parent fa2a9e72f9
commit ab0601b06a

View File

@ -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