diff --git a/main.py b/main.py index 09ad063..d0bbe78 100644 --- a/main.py +++ b/main.py @@ -48,7 +48,7 @@ class DLLExtractorApp: ttk.Button(file_frame, text="Browse", command=self.browse_file).grid(row=0, column=2, padx=5) # Dependencies List - ttk.Label(frame, text="Non-OS DLL Dependencies:").pack(anchor="w", pady=(10, 5)) + ttk.Label(frame, text="DLL Dependencies:").pack(anchor="w", pady=(10, 5)) list_frame = ttk.Frame(frame) list_frame.pack(fill=tk.BOTH, expand=True, pady=5)