Skip to content

Commit

Permalink
Fix text inconsistencies
Browse files Browse the repository at this point in the history
Fixes some text inconsistencies between the user interface and the changelog.
sandboxie-plus#3714
sandboxie-plus#3715
  • Loading branch information
offhub committed Mar 18, 2024
1 parent 54c65d4 commit 0146774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- added menu entry to restart SandMan as admin [#3581](https://github.com/sandboxie-plus/Sandboxie/issues/3581) (thanks Yeyixiao)
- added option to block taking screen capture/screenshot of sandboxed processes (thanks Yeyixiao)
- it can be enabled with "IsProtectScreen=y"
- see the sandbox option "Prevent processes from capturing images from sandboxed windows" in SandMan UI
- see the sandbox option "Prevent processes from capturing window images from sandboxed windows" in SandMan UI
- added option to prevent sandboxed processes from interfering with power operations [#3640](https://github.com/sandboxie-plus/Sandboxie/issues/3640) (thanks Yeyixiao)
- it can be enabled with "BlockInterferePower=y"
- see the sandbox option "Prevent sandboxed processes from interfering with power operations" in SandMan UI
Expand Down
2 changes: 1 addition & 1 deletion SandboxiePlus/SandMan/Forms/OptionsWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@
<item row="4" column="1" colspan="2">
<widget class="QCheckBox" name="chkProtectWindow">
<property name="text">
<string>Prevent processes from capturing images from sandboxed windows</string>
<string>Prevent processes from capturing window images from sandboxed windows</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 0146774

Please sign in to comment.