Update SettingsPage-Game-General.cpp

Fix spacing, title case, and capitalization
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 21:09:15 -05:00
parent 114757b1fb
commit 861cea4b4c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CGameGeneralPage::CGameGeneralPage(HWND hParent, const RECT & rcDispay)
return;
}
//Set the text for all gui Items
// Set the text for all GUI items
SetDlgItemText(IDC_GOOD_NAME_TEXT, wGS(RB_GOODNAME).c_str());
SetDlgItemText(IDC_MEMORY_SIZE_TEXT, wGS(ROM_MEM_SIZE).c_str());