mirror of https://github.com/snes9xgit/snes9x.git
fixed typo
This commit is contained in:
parent
bbeb13c2f0
commit
e3cd20f791
|
@ -208,7 +208,7 @@
|
|||
#define SAVE_INFO_LOAD "Loaded"
|
||||
#define SAVE_INFO_OOPS "Auto-saving 'oops' snapshot"
|
||||
#define SAVE_ERR_WRONG_FORMAT "File not in Snes9x snapshot format"
|
||||
#define SAVE_ERR_WRONG_VERSION "Incompatable snapshot version"
|
||||
#define SAVE_ERR_WRONG_VERSION "Incompatible snapshot version"
|
||||
#define SAVE_ERR_ROM_NOT_FOUND "ROM image \"%s\" for snapshot not found"
|
||||
#define SAVE_ERR_SAVE_NOT_FOUND "Snapshot %s does not exist"
|
||||
|
||||
|
|
Loading…
Reference in New Issue