diff --git a/Core/SaveState.cpp b/Core/SaveState.cpp index 2d946067bf..af3200eda4 100644 --- a/Core/SaveState.cpp +++ b/Core/SaveState.cpp @@ -324,7 +324,7 @@ namespace SaveState Load(fn, callback, cbUserData); } else { I18NCategory *s = GetI18NCategory("Screen"); - osm.Show("Failed to load state. Error in the file system.", 2.0); + osm.Show(s->T("Failed to load state. Error in the file system."), 2.0); if (callback) callback(false, cbUserData); }