From 6c6f808365c770038cc9618bb52bf9cbd77eed81 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 26 Jul 2024 01:24:27 -0500 Subject: [PATCH] Tweak the YUV444 tooltip text --- app/gui/SettingsView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/SettingsView.qml b/app/gui/SettingsView.qml index 3806b45f..a73c6ac1 100644 --- a/app/gui/SettingsView.qml +++ b/app/gui/SettingsView.qml @@ -1637,7 +1637,7 @@ Flickable { ToolTip.timeout: 5000 ToolTip.visible: hovered ToolTip.text: enabled ? - qsTr("Good for streaming desktop and text-heavy games, not very good for fast-paced games.") + qsTr("Good for streaming desktop and text-heavy games, but not recommended for fast-paced games.") : qsTr("YUV 4:4:4 is not supported on this PC.") }