We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ee51b commit 276df6aCopy full SHA for 276df6a
Linux/warpscanner-v4.1.0.py
@@ -2239,7 +2239,7 @@ def copy_donate(event):
2239
root_about.geometry("+200+50")
2240
root_about.geometry("600x600")
2241
2242
- label_about=ctk.CTkLabel(root_about, text="This is an Warp Scanner For win")
+ label_about=ctk.CTkLabel(root_about, text="This is an Warp Scanner For Linux")
2243
label_about.pack(fill=tk.X)
2244
2245
label_mew=ctk.CTkLabel(root_about,text="New version v0.4.1:\nGood news:\n\nbetter Graphic\n\nfix Bugs\n\nBad news:\n\nNotihng:))")
0 commit comments