mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-29 23:42:14 +00:00
Update msg_hash_us.c
rafiki on IRC spotted this bug. I initially edited this string while creating the feature and never returned to it since. We have now found each other and we lived happily ever after.
This commit is contained in:
parent
b434f0863a
commit
d8d0fdd11f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user