mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-22 22:06:58 +00:00
Merge pull request #7388 from sum2012/savestatus
Make "Failed to load state" translatable
This commit is contained in:
commit
c0cffa1d02
@ -323,8 +323,8 @@ namespace SaveState
|
||||
if (!fn.empty()) {
|
||||
Load(fn, callback, cbUserData);
|
||||
} else {
|
||||
I18NCategory *s = GetI18NCategory("Screen");
|
||||
osm.Show("Failed to load state. Error in the file system.", 2.0);
|
||||
I18NCategory *sy = GetI18NCategory("System");
|
||||
osm.Show(sy->T("Failed to load state. Error in the file system."), 2.0);
|
||||
if (callback)
|
||||
callback(false, cbUserData);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user