ALL: game state => saved game

This commit is contained in:
Ben Castricum 2016-11-29 11:43:57 +01:00
parent 38eb27212d
commit 6f38c1e55d
13 changed files with 23 additions and 23 deletions

View file

@ -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");