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.") }