Change to System section

This commit is contained in:
sum2012 2015-01-29 23:32:13 +08:00
parent 15c53d40f5
commit b7094c7e2a

View File

@ -323,8 +323,8 @@ namespace SaveState
if (!fn.empty()) {
Load(fn, callback, cbUserData);
} else {
I18NCategory *s = GetI18NCategory("Screen");
osm.Show(s->T("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);
}