(It also believes in hyphens.)

This commit is contained in:
unknown 2015-03-25 23:25:58 -04:00
parent 5e17306b3e
commit e947bbc175
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ void CLanguage::LoadDefaultStrings (void)
DEF_STR(MSG_SET_LLE_GFX_TITLE, L"Use LLE Graphics");
DEF_STR(MSG_SET_LLE_GFX_MSG, L"LLE graphics are not for general use!!!\nIt is advisable that you only use this for testing, and not for playing games.\n\nChange to LLE Graphics?");
DEF_STR(MSG_SET_HLE_AUD_TITLE, L"Use HLE Audio");
DEF_STR(MSG_SET_HLE_AUD_MSG, L"HLE audio requires a third party plugin!!!\nIf you do not use a third party plugin that supports HLE audio, you will hear no sound.\n\nChange to HLE Audio?");
DEF_STR(MSG_SET_HLE_AUD_MSG, L"HLE audio requires a third-party plugin!!!\nIf you do not use a third-party plugin that supports HLE audio, you will hear no sound.\n\nChange to HLE Audio?");
}
LRESULT CALLBACK LangSelectProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);