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:
parent
76ac4be316
commit
73005fcd72
1 changed files with 1 additions and 4 deletions
|
@ -209,11 +209,8 @@ you can reset this protection but be aware that this might result in an immediat
|
|||
</item>
|
||||
<item row="15" column="1">
|
||||
<widget class="QCheckBox" name="kcfg_AllowTearing">
|
||||
<property name="toolTip">
|
||||
<string>Allows applications to cause screen tearing in fullscreen.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Allow tearing in fullscreen</string>
|
||||
<string>Reduce latency by allowing screen tearing artifacts in fullscreen windows</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue