diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2018-09-16 15:09:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-16 15:09:26 +0200 |
| commit | 3a16c0d47e46dbcb7559f38a77dd977c556bb106 (patch) | |
| tree | c78af0e102edf6bf5481b527a7abe00770e5359f /Source/Core/InputCommon/InputConfig.cpp | |
| parent | e3a52b336145a4e7699ecfc7049ff40f8b511948 (diff) | |
| parent | fb6b31bba8f0b542e2968ccc5160c913fd40ad7e (diff) | |
Merge pull request #7401 from JosJuice/translation-fixes
Translation fixes
Diffstat (limited to 'Source/Core/InputCommon/InputConfig.cpp')
| -rw-r--r-- | Source/Core/InputCommon/InputConfig.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/InputConfig.cpp b/Source/Core/InputCommon/InputConfig.cpp index ac74c0ea7e..dfc677d70a 100644 --- a/Source/Core/InputCommon/InputConfig.cpp +++ b/Source/Core/InputCommon/InputConfig.cpp @@ -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; } |
