From 6f38c1e55dd9d9ad764faf123c3ee01ae23d7ffc Mon Sep 17 00:00:00 2001 From: Ben Castricum Date: Tue, 29 Nov 2016 11:43:57 +0100 Subject: ALL: game state => saved game --- common/error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/error.cpp') 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"); -- cgit v1.2.3