From 0e4eaf78d105909343a23c8af8d1fb7ff2d5fc58 Mon Sep 17 00:00:00 2001 From: Sooraj Sannabhadti <2005sooraj@gmail.com> Date: Mon, 16 Sep 2024 15:18:51 -0700 Subject: [PATCH] Changed description for installing for all users --- encryptext_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encryptext_installer.py b/encryptext_installer.py index a588883..0f237c1 100644 --- a/encryptext_installer.py +++ b/encryptext_installer.py @@ -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