typo
Co-Authored-By: Michael <33252157+APMichael@users.noreply.github.com> #3843
This commit is contained in:
parent
ba97a442fc
commit
045c66b368
|
@ -819,7 +819,7 @@
|
|||
</item>
|
||||
<item row="12" column="1" colspan="2">
|
||||
<widget class="QCheckBox" name="chkUserOperation">
|
||||
<property name="statusTip">
|
||||
<property name="toolTip">
|
||||
<string>Prevent move mouse, bring in front, and simmilar operations, this is likely to cause issues with games.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -829,8 +829,8 @@
|
|||
</item>
|
||||
<item row="13" column="1" colspan="2">
|
||||
<widget class="QCheckBox" name="chkBlockCapture">
|
||||
<property name="statusTip">
|
||||
<string>This feature does not block all means of optaining a screen capture only some common once.</string>
|
||||
<property name="toolTip">
|
||||
<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>
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
<item>
|
||||
<widget class="QCheckBox" name="chkSuspend">
|
||||
<property name="text">
|
||||
<string>Hotkey for suspending all process</string>
|
||||
<string>Hotkey for suspending all process:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue