Updated english language translation (#917)

This commit is contained in:
CrewMdk 2020-04-02 18:25:56 -06:00 committed by GitHub
parent 55ee82cd96
commit 2655348ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}