diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/error.cpp b/common/error.cpp index 53cd8cec55..bbbcb7c95e 100644 --- a/common/error.cpp +++ b/common/error.cpp @@ -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"); |