Update SettingsPage-Options.cpp

Fix spacing, title case, and capitalization
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 21:11:54 -05:00
parent 15fb604d64
commit bb6c21918c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ m_SettingsConfig(SettingsConfig)
return;
}
//Set the text for all gui Items
// Set the text for all GUI items
SetDlgItemText(IDC_AUTOSLEEP, wGS(OPTION_AUTO_SLEEP).c_str());
SetDlgItemText(IDC_LOAD_FULLSCREEN, wGS(OPTION_AUTO_FULLSCREEN).c_str());
SetDlgItemText(IDC_SCREEN_SAVER, wGS(OPTION_DISABLE_SS).c_str());