Make GUI strings more consistent

Most of the changes I've made here were because of small
differences between DolphinWX and DolphinQt2.
This commit is contained in:
JosJuice
2017-11-02 14:32:16 +01:00
parent e29cd19f73
commit d454e041b0
11 changed files with 24 additions and 23 deletions

View File

@ -284,7 +284,7 @@ void CISOProperties::CreateGUIControls()
m_fast_disc_speed->SetToolTip(
_("Enable fast disc access. This can cause crashes and other problems "
"in some games. (ON = Fast, OFF = Compatible)"));
m_dps_hle = new wxCheckBox(m_GameConfig, ID_AUDIO_DSP_HLE, _("DSP HLE emulation (fast)"),
m_dps_hle = new wxCheckBox(m_GameConfig, ID_AUDIO_DSP_HLE, _("DSP HLE Emulation (fast)"),
wxDefaultPosition, wxDefaultSize, GetElementStyle("Core", "DSPHLE"));
wxBoxSizer* const gpu_determinism_sizer = new wxBoxSizer(wxHORIZONTAL);