mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-15 19:59:53 +00:00
Merge pull request #14169 from JosJuice/i18n-2025-11-25
DolphinQt: Adjust capitalization of "Select A Bluetooth Device"
This commit is contained in:
commit
63372b8dea
@ -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