Merge pull request #3142 from rz5/patch-1

Update msg_hash_us.c
This commit is contained in:
Twinaphex 2016-06-23 20:29:04 +02:00 committed by GitHub
commit 55f2019517

View File

@ -2120,7 +2120,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
case MSG_RESET:
return "Reset";
case MSG_FAILED_TO_LOAD_STATE:
return "Nothing to undo.";
return "Failed to load state from";
case MSG_FAILED_TO_SAVE_STATE_TO:
return "Failed to save state to";
case MSG_FAILED_TO_UNDO_LOAD_STATE: