Skip to content

Commit

Permalink
Fix mistake in wuhbtool install error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightkingale committed Sep 10, 2022
1 parent 9024071 commit b88da20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ def package_wuhb_file():
if not os.path.exists(command):
# wuhbtool might not be installed or configured correctly.
messagebox.showerror("WUHB Packager", "You must have wuhbtool "
+ "installed properly in order to package an application. PLease check "
+ " the WUHB Packager repository page for more information.")
+ "installed properly in order to package an application. Please check "
+ "the WUHB Packager repository page for more information.")
os._exit(0)

main_window.mainloop()

0 comments on commit b88da20

Please sign in to comment.