Skip to content

Commit

Permalink
Changed description for installing for all users
Browse files Browse the repository at this point in the history
  • Loading branch information
WhenLifeHandsYouLemons committed Sep 16, 2024
1 parent 99288db commit 0e4eaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encryptext_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def createPage(page_no: int) -> tk.Frame:

center.pack(side="top", fill="both", expand=True)

ttk.Label(main_content, text="Installation for all users requires Administrative privileges.", font=("Arial", 11), justify="left").pack(side="top", fill="x", anchor="nw", padx=50, pady=5)
ttk.Label(main_content, text="Installation for all users requires Administrative privileges. Please run this installer using the 'Run as administrator' option.", font=("Arial", 11), justify="left").pack(side="top", fill="x", anchor="nw", padx=50, pady=5)
main_content.pack(anchor="n", side="top", fill="both", expand=True)

# Install location
Expand Down

0 comments on commit 0e4eaf7

Please sign in to comment.