mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 19:00:09 +02:00
Fix a string not getting translated
This commit is contained in:
@ -62,10 +62,8 @@ bool InputConfig::LoadConfig(bool isGC)
|
||||
|
||||
if (profiles.empty())
|
||||
{
|
||||
const std::string error =
|
||||
"No profiles found for game setting '" + profile_setting + "'";
|
||||
// TODO: PanicAlert shouldn't be used for this.
|
||||
PanicAlertT("%s", error.c_str());
|
||||
PanicAlertT("No profiles found for game setting '%s'", profile_setting.c_str());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user