Make "Failed to load state" translatable
This commit is contained in:
parent
626e2fc2c8
commit
15c53d40f5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue