Qt: Fix saved language setting

This commit is contained in:
Connor McLaughlin
2022-07-22 23:47:12 +10:00
parent 6e5b9c8f33
commit 23ea7b92bc
4 changed files with 16 additions and 14 deletions

View File

@ -1656,7 +1656,7 @@ void FullscreenUI::StartAutomaticBinding(u32 port)
std::vector<std::pair<std::string, std::string>> devices(InputManager::EnumerateDevices());
if (devices.empty())
{
ShowToast({}, "Automatic binding failed, no devices are available.");
ShowToast({}, "Automatic mapping failed, no devices are available.");
return;
}