Skip to content

Commit 0f118ff

Browse files
author
dhhruv
committed
Compresssio 2.0.0 Ready
1 parent 0638617 commit 0f118ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compresssio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def __init__(self, root):
223223

224224
self.compress_btn = tk.Button(
225225
root,
226-
text=" START COMPRESS",
226+
text="START COMPRESS",
227227
command=self.compress_callback,
228228
bg="#27ae60",
229229
fg="#ffffff",
@@ -362,7 +362,7 @@ def show_help_callback(self):
362362
)
363363
def show_about(self):
364364
messagebox.showinfo("Compresssio v2.0.0",
365-
"""Compresssio is an Image Compressor which uses TinyPNG's lossy compression to compress JPG/JPEG/PNG images.
365+
"""Compresssio is an Image Compressing Tool which uses TinyPNG's lossy compression to compress JPG/JPEG/PNG images.
366366
Created and Managed by Dhruv Panchal & Urvesh Patel.
367367
https://github.com/dhhruv
368368
""")

0 commit comments

Comments
 (0)