Update OptionsWindow.ui
The last commits have strangely brought back a few text strings whose typos were actually already corrected.
This commit is contained in:
parent
b4d8c7bf50
commit
6071da096a
|
@ -737,7 +737,7 @@
|
|||
<item row="15" column="1" colspan="2">
|
||||
<widget class="QCheckBox" name="chkBlockCapture">
|
||||
<property name="toolTip">
|
||||
<string>This feature does not block all means of optaining a screen capture only some common once.</string>
|
||||
<string>This feature does not block all means of obtaining a screen capture, only some common ones.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Prevent sandboxed processes from capturing window images (Experimental, may cause UI glitches)</string>
|
||||
|
@ -834,7 +834,7 @@
|
|||
<item row="14" column="1" colspan="2">
|
||||
<widget class="QCheckBox" name="chkUserOperation">
|
||||
<property name="toolTip">
|
||||
<string>Prevent move mouse, bring in front, and simmilar operations, this is likely to cause issues with games.</string>
|
||||
<string>Prevent move mouse, bring in front, and similar operations, this is likely to cause issues with games.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Prevent interference with the user interface (Experimental)</string>
|
||||
|
|
Loading…
Reference in New Issue