Fix a section of the translatable message

I don't know this is OK. Please check it.
This commit is contained in:
gary-ts 2020-10-23 03:17:02 +09:00 committed by GitHub
parent 317bee0326
commit d5ea12d08b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -870,7 +870,7 @@ void GameSettingsScreen::CreateViews() {
systemSettings->Add(new ItemHeader(sy->T("UI Language"))); // Should be renamed "UI"?
systemSettings->Add(new Choice(dev->T("Language", "Language")))->OnClick.Handle(this, &GameSettingsScreen::OnLanguage);
systemSettings->Add(new CheckBox(&g_Config.bUISound, dev->T("UI Sound")));
systemSettings->Add(new CheckBox(&g_Config.bUISound, sy->T("UI Sound")));
systemSettings->Add(new ItemHeader(sy->T("Help the PPSSPP team")));
enableReports_ = Reporting::IsEnabled();