Skip to content

Commit 83f5a4e

Browse files
authored
Addendum to 2b9957c
1 parent 2b9957c commit 83f5a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/core/CSettings.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4966,7 +4966,7 @@ bool CSettings::OnShowAdvancedSettingDescription(CGUIElement* pElement)
49664966
else if (pCheckBox && pCheckBox == m_pWin8MouseCheckBox)
49674967
strText = std::string(_("Mouse fix:")) + " " + std::string(_("Mouse movement fix - May need PC restart"));
49684968
else if (pCheckBox && pCheckBox == m_pProcessAffinityCheckbox)
4969-
strText = std::string(_("CPU affinity:")) + " " + std::string(_("Only disable if you're having performance issues."));
4969+
strText = std::string(_("CPU affinity:")) + " " + std::string(_("Only change if you're having stability issues."));
49704970

49714971
if (strText != "")
49724972
m_pAdvancedSettingDescriptionLabel->SetText(strText.c_str());

0 commit comments

Comments
 (0)