Event phrases are not titles or advertisement brand names.

This commit is contained in:
unknown 2015-03-25 23:08:42 -04:00
parent 62d1d7e97f
commit 64c8a7ad6e
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ void CLanguage::LoadDefaultStrings (void)
DEF_STR(CHEAT_EDITCHEAT_WINDOW,L"Edit Cheat");
DEF_STR(CHEAT_EDITCHEAT_UPDATE,L"Update Cheat");
DEF_STR(CHEAT_CHANGED_MSG, L"Cheat has been changed.\n\nDo you want to update?");
DEF_STR(CHEAT_CHANGED_TITLE, L"Cheat Updated");
DEF_STR(CHEAT_CHANGED_TITLE, L"Cheat updated");
//Cheat Popup Menu
DEF_STR(CHEAT_ADDNEW, L"Add New Cheat...");