Teraskull / PyDebloatX

Python GUI for uninstalling the default Windows 10 apps.
https://pydebloatx.com/
MIT License
1.57k stars 117 forks source link

[BUG] Text reads <space> will be available. Should read <space> will be freed. #31

Closed Snala closed 3 years ago

Snala commented 3 years ago

Describe the bug When selecting to remove an application, the on screen text reads " of of disk space will be available". It should read " will be freed."

To Reproduce Steps to reproduce the behavior:

  1. Remote into target system over RDP (optional, this is just what I am doing).
  2. Follow instructions in Readme.md to run the application
  3. Select applications to remove
  4. Click Uninstall
  5. Review dialogue, text is not worded well and makes the user believe they only have a few MB of space free on the whole disk.

Expected behavior Text should read " will be freed."

Screenshots

Screen Shot 2020-12-30 at 12 13 07 PM

Desktop (please complete the following information):

Snala commented 3 years ago

Opened pull request #32 with a fix for this. Unsure how to link the two correctly.