Merge pull request #14169 from JosJuice/i18n-2025-11-25

DolphinQt: Adjust capitalization of "Select A Bluetooth Device"
This commit is contained in:
Jordan Woyak 2025-11-25 16:47:48 -06:00 committed by GitHub
commit 63372b8dea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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