A comma should not precede a conjunction in a compound sentence.

... unless it is the joint between the main clause and subordinate clause of said compound sentence
This commit is contained in:
unknown 2015-03-26 00:12:49 -04:00
parent ae80595d47
commit 394144cf91
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ void CLanguage::LoadDefaultStrings (void)
DEF_STR(MSG_INVALID_EXE_TITLE, L"Program Error");
DEF_STR(MSG_7Z_FILE_NOT_FOUND, L"Failed to find filename in 7z file");
DEF_STR(MSG_SET_LLE_GFX_TITLE, L"Graphics Low-Level Emulation");
DEF_STR(MSG_SET_LLE_GFX_MSG, L"Graphics LLE is not for general use!!!\nIt is advisable that you only use this for testing, and not for playing games.\n\nChange to graphics LLE?");
DEF_STR(MSG_SET_LLE_GFX_MSG, L"Graphics LLE is not for general use!!!\nIt is advisable that you only use this for testing and not for playing games.\n\nChange to graphics LLE?");
DEF_STR(MSG_SET_HLE_AUD_TITLE, L"Audio High-Level Emulation");
DEF_STR(MSG_SET_HLE_AUD_MSG, L"Audio HLE requires a third-party plugin!!!\nIf you do not use a third-party audio plugin that supports HLE, you will hear no sound.\n\nChange to audio HLE?");
}