mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-28 19:00:23 +00:00
Make "Failed to load state" translatable
This commit is contained in:
parent
626e2fc2c8
commit
15c53d40f5
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user