Update Readme.md and various fixes

This commit is contained in:
Ryan Meredith
2017-11-19 16:11:33 -05:00
committed by Léo Lam
parent 3eeab02ee2
commit 1f226ec14f
7 changed files with 15 additions and 12 deletions

View File

@ -89,8 +89,8 @@ SoftwareVideoConfigDialog::SoftwareVideoConfigDialog(wxWindow* parent, const std
group_info->Add(szr_info, 0, wxEXPAND | wxLEFT | wxRIGHT, space5);
group_info->AddSpacer(space5);
szr_info->Add(new SettingCheckBox(page_general, _("Various Statistics"), "",
Config::GFX_OVERLAY_STATS));
szr_info->Add(
new SettingCheckBox(page_general, _("Show Statistics"), "", Config::GFX_OVERLAY_STATS));
}
// - utility