kcms/compositing: Improve wording of "allow tearing" option

When reading "allow tearing in fullscreen", I expect something after the
word "fullscreen". Either "windows" or "mode".
This commit is contained in:
Vlad Zahorodnii 2023-01-11 12:16:19 +02:00
parent 76ac4be316
commit 73005fcd72

View file

@ -209,11 +209,8 @@ you can reset this protection but be aware that this might result in an immediat
</item> </item>
<item row="15" column="1"> <item row="15" column="1">
<widget class="QCheckBox" name="kcfg_AllowTearing"> <widget class="QCheckBox" name="kcfg_AllowTearing">
<property name="toolTip">
<string>Allows applications to cause screen tearing in fullscreen.</string>
</property>
<property name="text"> <property name="text">
<string>Allow tearing in fullscreen</string> <string>Reduce latency by allowing screen tearing artifacts in fullscreen windows</string>
</property> </property>
</widget> </widget>
</item> </item>