diff --git a/source/freeze.cpp b/source/freeze.cpp index 303a560..f41d824 100644 --- a/source/freeze.cpp +++ b/source/freeze.cpp @@ -102,7 +102,7 @@ LoadSnapshot (char * filepath, bool silent) if(!fp) { if(!silent) - ErrorPrompt("Unable to open snapshot!"); + ErrorPrompt("Unable to open state!"); return 0; } @@ -161,4 +161,4 @@ int SavePreviewImg (char * filepath, bool silent) SaveFile((char *)gameScreenPng, screenpath, gameScreenPngSize, silent); } return 1; -} \ No newline at end of file +}