File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
366366Created and Managed by Dhruv Panchal & Urvesh Patel.
367367https://github.com/dhhruv
368368 """ )
You can’t perform that action at this time.
0 commit comments