ALL: game state => saved game
This commit is contained in:
parent
38eb27212d
commit
6f38c1e55d
13 changed files with 23 additions and 23 deletions
|
@ -65,7 +65,7 @@ static String errorToString(ErrorCode errorCode) {
|
|||
case kEnginePluginNotFound:
|
||||
return _s("Could not find suitable engine plugin");
|
||||
case kEnginePluginNotSupportSaves:
|
||||
return _s("Engine plugin does not support save states");
|
||||
return _s("Engine plugin does not support saved games");
|
||||
|
||||
case kUserCanceled:
|
||||
return _s("User canceled");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue