In most cases, bytes aren't swapping images. Images get byte-swapped.

This commit is contained in:
unknown 2015-03-25 23:18:31 -04:00
parent 161ac36f6a
commit e38e6e6be4
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ void CLanguage::LoadDefaultStrings (void)
DEF_STR(MSG_LOADED_STATE, L"Loaded state");
DEF_STR(MSG_SAVED_STATE, L"Saved current state to");
DEF_STR(MSG_SAVE_SLOT, L"State slot");
DEF_STR(MSG_BYTESWAP, L"Byte swapping image");
DEF_STR(MSG_BYTESWAP, L"Byte-swapping image");
DEF_STR(MSG_CHOOSE_IMAGE, L"Choosing N64 image");
DEF_STR(MSG_LOADED, L"Loaded");
DEF_STR(MSG_LOADING, L"Loading image");