Update SettingsPage-Options.cpp
Fix spacing, title case, and capitalization
This commit is contained in:
parent
15fb604d64
commit
bb6c21918c
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue