We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9957c commit 83f5a4eCopy full SHA for 83f5a4e
Client/core/CSettings.cpp
@@ -4966,7 +4966,7 @@ bool CSettings::OnShowAdvancedSettingDescription(CGUIElement* pElement)
4966
else if (pCheckBox && pCheckBox == m_pWin8MouseCheckBox)
4967
strText = std::string(_("Mouse fix:")) + " " + std::string(_("Mouse movement fix - May need PC restart"));
4968
else if (pCheckBox && pCheckBox == m_pProcessAffinityCheckbox)
4969
- strText = std::string(_("CPU affinity:")) + " " + std::string(_("Only disable if you're having performance issues."));
+ strText = std::string(_("CPU affinity:")) + " " + std::string(_("Only change if you're having stability issues."));
4970
4971
if (strText != "")
4972
m_pAdvancedSettingDescriptionLabel->SetText(strText.c_str());
0 commit comments