Fix a string not getting translated
This commit is contained in:
parent
5f0d825f40
commit
a4f950ee86
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue