From 42cbc9ce9a2f203b6c594f5a6b3a2646fcf93449 Mon Sep 17 00:00:00 2001 From: goeiecool9999 <7033575+goeiecool9999@users.noreply.github.com> Date: Fri, 14 Nov 2025 00:05:14 +0100 Subject: [PATCH] adjust tooltip --- src/gui/wxgui/GeneralSettings2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/wxgui/GeneralSettings2.cpp b/src/gui/wxgui/GeneralSettings2.cpp index 714c7267..46d7a70c 100644 --- a/src/gui/wxgui/GeneralSettings2.cpp +++ b/src/gui/wxgui/GeneralSettings2.cpp @@ -406,9 +406,9 @@ wxPanel* GeneralSettings2::AddGraphicsPage(wxNotebook* notebook) m_userDisplayisSRGB = new wxCheckBox(box, wxID_ANY, "sRGB", wxDefaultPosition, wxDefaultSize); m_userDisplayisSRGB->SetToolTip(_("Select this if Cemu is being displayed using a piecewise sRGB gamma curve\n" - "This is usually only the case if you use an HDR display (with HDR enabled), if you calibrated your SDR display and use windows 11's Auto Color Management, " + "This is usually only the case if you use an HDR display (with HDR enabled), if you calibrated your SDR display and use Windows 11's Auto Color Management, " "or if you use a display profile with a VCGT tag that targets piecewise sRGB\n" - "Colors will be more accurate, especially in dark scenes, but this may result in banding and/or crushed shadows\n" + "Colors will be more accurate, especially in dark scenes, but this may result in banding or crushed shadows\n" "To avoid this, display Cemu with a pure gamma curve if possible and leave this box unchecked.")); m_userDisplayisSRGB->Bind(wxEVT_CHECKBOX, &GeneralSettings2::OnUserDisplaySRGBSelected, this);